chore: await for repl

This commit is contained in:
cha0s 2020-12-14 06:58:55 -06:00
parent 534ffc3c5c
commit d88d600ef8

View File

@ -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;
}); });
} }