We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bcb74 commit 1d5e942Copy full SHA for 1d5e942
utils/github/backup-github-repo/js/worker.js
@@ -26,7 +26,7 @@
26
async function create(){
27
28
debugger;
29
- js7z = await JS7z({print,printErr,onAbort,onExit});
+ js7z = await JS7z({print,printErr,onAbort,onExit,override:'https://javascript-2020.github.io/libs/js/external/js7zip/js7z-st-fs-ec.js'});
30
js7z.FS.mkdir('/in');
31
32
self.postMessage({type:'create'});
0 commit comments