Skip to content

Commit f358a5f

Browse files
save file
1 parent 1a07730 commit f358a5f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,10 @@
871871
var snap = await snapshot(cwd);
872872
var blob = await to_zip(snap);
873873

874-
var file = {name:'snapshot.zip',icon:snap_icon};
874+
var file = {
875+
name : 'snapshot.zip',
876+
icon : snap_icon
877+
};
875878

876879
complete.load(file,blob);
877880

0 commit comments

Comments
 (0)