Skip to content

Commit fd50dbb

Browse files
save file
1 parent 30d52b7 commit fd50dbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
return;
529529
}
530530

531-
var zip = new Blob([data]);
531+
var blob = new Blob([data]);
532532
var file = {name:'snapshot.zip'};
533533

534534
complete.load(file,blob);

0 commit comments

Comments
 (0)