diff --git a/index.dev.js b/index.dev.js index 97c9322..756d8e8 100755 --- a/index.dev.js +++ b/index.dev.js @@ -142,6 +142,9 @@ async function startInsect() { } } + rl.prompt(); + }).on('SIGINT', function() { + rl.clearLine(); rl.prompt(); }).on('close', function() { process.exit(0);