We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971af39 commit 798fa28Copy full SHA for 798fa28
utils/github/backup-github-repo/js/worker.js
@@ -30,7 +30,7 @@
30
31
32
async function create(){
33
-
+ console.log('create');
34
js7z = await JS7z({print,printErr,onAbort,onExit},'https://javascript-2020.github.io/libs/js/external/js7zip/js7z-st-fs-ec.js');
35
js7z.FS.mkdir('/in');
36
0 commit comments