Skip to content

Commit 170e7b0

Browse files
save file
1 parent 560ffeb commit 170e7b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
complete.load(file,blob);
655655

656656
term.writeln.green('ok.');
657-
await prompt();
657+
await term.prompt();
658658

659659
}//take-snapsht
660660

@@ -709,7 +709,7 @@
709709
}
710710

711711
term.writeln.green('ok.');
712-
await prompt();
712+
await term.prompt();
713713

714714
}//restore-snapshot
715715

0 commit comments

Comments
 (0)