chore: await for repl
This commit is contained in:
parent
534ffc3c5c
commit
d88d600ef8
|
@ -73,6 +73,7 @@ module.exports = {
|
||||||
if (profArg) {
|
if (profArg) {
|
||||||
options.nodeArgs.push(profArg);
|
options.nodeArgs.push(profArg);
|
||||||
}
|
}
|
||||||
|
options.nodeArgs.push('--experimental-repl-await');
|
||||||
return args;
|
return args;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user