Skip to content

Commit 0883d2f

Browse files
save file
1 parent 22ccdad commit 0883d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
var console = {};
99
console.log = (...args)=>self.postMessage({type:'log',args});
1010
console.error = (...args)=>self.postMessage({type:'error',args});
11-
console.log('[ worker ]');
11+
self.console.log('[ worker ]');
1212

1313
importScripts('https://javascript-2020.github.io/libs/js/external/js7zip/js7z-st-fs-ec.js');
1414
//importScripts('https://ext-code.com/libs/js/external/js7zip/js7z-st-fs-ec.js');

0 commit comments

Comments
 (0)