This commit is contained in:
Dolan Miu
2016-05-18 17:09:38 +01:00
parent b8e84c3680
commit 6047957bbf

View File

@ -11,7 +11,7 @@ export class LocalPacker extends Packer {
this.stream = fs.createWriteStream(path);
}
pack() {
pack(): void {
super.pack(this.stream);
}
}