Skip to content

Commit 0d6cb84

Browse files
Update test/parallel/test-repl-tab-complete-require.js
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent cdf035c commit 0d6cb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-repl-tab-complete-require.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function prepareREPL() {
4040

4141
replServer.complete(
4242
"require('",
43-
common.mustCall(async function(error, data) {
43+
common.mustCall(function(error, data) {
4444
assert.strictEqual(error, null);
4545
publicModules.forEach((lib) => {
4646
assert(

0 commit comments

Comments
 (0)