1 parent 52d62da commit b0cf6b5Copy full SHA for b0cf6b5
1 file changed
utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html
@@ -881,7 +881,7 @@
881
882
snapshot.add = function(file){
883
884
- var list = ls.read.snapshot_list;
+ var list = ls.read.snapshot_list.value;
885
list.push(file);
886
ls.write.snapshot_list = list;
887
@@ -913,7 +913,7 @@
913
e.stopPropagation();
914
nitem.remove();
915
916
917
var f1 = JSON.stringify(file);
918
var n = list.length;
919
for(var i=0;i<n;i++){
0 commit comments