Skip to content

Commit 0f707f7

Browse files
save file
1 parent 27966b9 commit 0f707f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/github/backup-github-repo/js/worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
args.push(`-p${password}`);
5656
}
5757
args.push('-t7z','-mhe=on',`/${archive}`,'/in/*');
58-
console.log(args);
58+
//console.log(args);
5959
js7z.callMain(args);
6060

6161
}//compress
@@ -103,9 +103,9 @@
103103
}
104104

105105
var uint8 = js7z.FS.readFile(`/${archive}`,{encoding:'binary'});
106-
console.log(uint8);
106+
//console.log(uint8);
107107
var buf = uint8.buffer;
108-
console.log(buf);
108+
//console.log(buf);
109109
self.postMessage({type:'complete',buf,archive},[buf]);
110110

111111

0 commit comments

Comments
 (0)