We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de1d87 commit 560ffebCopy full SHA for 560ffeb
1 file changed
utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html
@@ -605,7 +605,7 @@
605
606
s.stop();
607
term.write.green('ok.');
608
- await prompt();
+ await term.prompt();
609
610
}//https-server
611
@@ -1098,12 +1098,6 @@
1098
}//spawn
1099
1100
1101
- async function prompt(){
1102
- console.log('prompt');
1103
- //await input.write('\u0003'); // Sends Ctrl+C to clear any junk
1104
- await input.write('\n'); // Sends Enter to get a clean prompt
1105
-
1106
- }//prompt
1107
1108
1109
function spinner({term,x,y}){
0 commit comments