Skip to content

Commit

Permalink
fixup! fixup! test: update test-debugger-scripts to use await/async -…
Browse files Browse the repository at this point in the history
…fix lint errors
  • Loading branch information
Trott committed Sep 29, 2022
1 parent 32e44f7 commit c8d0106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-debugger-scripts.js
Expand Up @@ -38,5 +38,5 @@ const assert = require('assert');
} finally {
await cli.quit();
}
})().then(common.mustCall);
})().then(common.mustCall());
}

0 comments on commit c8d0106

Please sign in to comment.