Skip to content

Commit 6499202

Browse files
save file
1 parent 9fa25ae commit 6499202

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
@@ -936,8 +936,8 @@
936936

937937
var blob = cur.blob;
938938
console.log(blob);
939-
var snap = to_snap(blob);
940-
snapshot.restore(snap);
939+
var snap = await to_snap(blob);
940+
await snapshot.restore(snap);
941941

942942
term.writeln.green('ok.');
943943
await term.prompt();

0 commit comments

Comments
 (0)