diff --git a/src/export/packer/packer.ts b/src/export/packer/packer.ts index fa783234d6..7a3a35316a 100644 --- a/src/export/packer/packer.ts +++ b/src/export/packer/packer.ts @@ -46,7 +46,7 @@ export class Packer { return zipData; } - + public static async toStream(file: File, prettify?: boolean | PrettifyType): Promise { const zip = this.compiler.compile(file, prettify); const zipData = zip.generateNodeStream({