From d88d600ef8ec9397b699b70dacadee2413e6a42f Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 14 Dec 2020 06:58:55 -0600 Subject: [PATCH] chore: await for repl --- app/.neutrinorc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/.neutrinorc.js b/app/.neutrinorc.js index b2b8c5b..d993083 100644 --- a/app/.neutrinorc.js +++ b/app/.neutrinorc.js @@ -73,6 +73,7 @@ module.exports = { if (profArg) { options.nodeArgs.push(profArg); } + options.nodeArgs.push('--experimental-repl-await'); return args; }); }