Skip to content

Commit 414b8f5

Browse files
save file
1 parent e6d5c18 commit 414b8f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
var js7z;
99
var archive;
1010

11+
var console = {};
12+
console.log = (...args)=>self.postMessage({type:'log',args});
1113

1214
self.onmessage = async function({data}){
1315

0 commit comments

Comments
 (0)