Skip to content

Commit 464acd0

Browse files
save file
1 parent 0883d2f commit 464acd0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11

22

33

4-
4+
(()=>{
5+
56
var js7z;
67
var archive;
78

9+
var con = self.console;
10+
811
var console = {};
912
console.log = (...args)=>self.postMessage({type:'log',args});
1013
console.error = (...args)=>self.postMessage({type:'error',args});
@@ -124,6 +127,8 @@
124127
}//onExit
125128

126129

130+
})();
131+
127132

128133

129134

0 commit comments

Comments
 (0)