diff --git a/ts/export/packer/local.ts b/ts/export/packer/local.ts index 5124a0ac39..afdf1c5255 100644 --- a/ts/export/packer/local.ts +++ b/ts/export/packer/local.ts @@ -14,6 +14,6 @@ export class LocalPacker extends Packer { pack(path: string): void { this.stream = fs.createWriteStream(path); super.pack(this.stream); - //this.stream.close(); + this.stream.close(); } } \ No newline at end of file