Skip to content

Commit

Permalink
remove async keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jan 9, 2020
1 parent 273b48c commit 18b8d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/events-once.js
Expand Up @@ -50,7 +50,7 @@ function catchesErrors() {
});
}

async function stopListeningAfterCatchingError() {
function stopListeningAfterCatchingError() {
var ee = new EventEmitter();

var expected = new Error('kaboom');
Expand Down

0 comments on commit 18b8d91

Please sign in to comment.