Skip to content

Commit 0b2d0ad

Browse files
save file
1 parent e82548f commit 0b2d0ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,10 @@
555555
term.writeln.green('loading snapshot ...');
556556

557557
var blob = cur.blob;
558+
console.log(blob);
558559
var mountPoint = cwd;
559-
560+
console.log('mountPoint',mountPoint);
561+
560562
var err;
561563
try{
562564

0 commit comments

Comments
 (0)