Skip to content

Commit 7d78b61

Browse files
committed
fix zip command
1 parent 193bf8d commit 7d78b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/zip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default <CommandInterface<CommandArgs>>{
3232

3333
const zipper: ZipInterface = new Zip();
3434

35-
zipper.appendFiles(files, core.workspaceFolder);
35+
await zipper.appendFiles(files, core.workspaceFolder);
3636

3737
if (args.encoding)
3838
return core.print.log(zipper.getBuffer().toString(args.encoding));

0 commit comments

Comments
 (0)