Skip to content

Commit 1d5e942

Browse files
save file
1 parent b4bcb74 commit 1d5e942

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
@@ -26,7 +26,7 @@
2626
async function create(){
2727

2828
debugger;
29-
js7z = await JS7z({print,printErr,onAbort,onExit});
29+
js7z = await JS7z({print,printErr,onAbort,onExit,override:'https://javascript-2020.github.io/libs/js/external/js7zip/js7z-st-fs-ec.js'});
3030
js7z.FS.mkdir('/in');
3131

3232
self.postMessage({type:'create'});

0 commit comments

Comments
 (0)