We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e44f7 commit c8d0106Copy full SHA for c8d0106
test/sequential/test-debugger-scripts.js
@@ -38,5 +38,5 @@ const assert = require('assert');
38
} finally {
39
await cli.quit();
40
}
41
- })().then(common.mustCall);
+ })().then(common.mustCall());
42
0 commit comments