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