Skip to content

Commit a670517

Browse files
save file
1 parent cad97b7 commit a670517

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,8 @@
557557
term.writeln.green('loading snapshot ...');
558558

559559
var blob = cur.blob;
560-
var buf = await blob.text();
560+
var txt = await blob.text();
561+
var data = JSON.parse(txt);
561562
console.log(blob);
562563
var mountPoint = cwd;
563564
console.log('mountPoint',mountPoint);

0 commit comments

Comments
 (0)