Skip to content

Commit c3387f8

Browse files
save file
1 parent 0baf8fe commit c3387f8

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
@@ -103,7 +103,7 @@
103103
console.log(uint8);
104104
var buf = uint8.buffer;
105105
console.log(buf);
106-
self.postMessage({type:'complete',buf},[buf]);
106+
self.postMessage({type:'complete',buf,archive},[buf]);
107107

108108

109109
/*

0 commit comments

Comments
 (0)