We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d5c18 commit 414b8f5Copy full SHA for 414b8f5
utils/github/backup-github-repo/js/worker.js
@@ -8,6 +8,8 @@
8
var js7z;
9
var archive;
10
11
+ var console = {};
12
+ console.log = (...args)=>self.postMessage({type:'log',args});
13
14
self.onmessage = async function({data}){
15
0 commit comments