There was an error while loading. Please reload this page.
1 parent 193bf8d commit 7d78b61Copy full SHA for 7d78b61
1 file changed
src/commands/zip.ts
@@ -32,7 +32,7 @@ export default <CommandInterface<CommandArgs>>{
32
33
const zipper: ZipInterface = new Zip();
34
35
- zipper.appendFiles(files, core.workspaceFolder);
+ await zipper.appendFiles(files, core.workspaceFolder);
36
37
if (args.encoding)
38
return core.print.log(zipper.getBuffer().toString(args.encoding));
0 commit comments