We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464acd0 commit 971af39Copy full SHA for 971af39
utils/github/backup-github-repo/js/worker.js
@@ -6,8 +6,6 @@
6
var js7z;
7
var archive;
8
9
- var con = self.console;
10
-
11
var console = {};
12
console.log = (...args)=>self.postMessage({type:'log',args});
13
console.error = (...args)=>self.postMessage({type:'error',args});
0 commit comments