1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-11-22 06:53:01 +00:00

stream-slice: close → destroy

This commit is contained in:
Starbeamrainbowlabs 2020-07-02 17:23:29 +01:00
parent 80dbe4696e
commit fe12809812
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -47,5 +47,5 @@ export default async function(settings) {
}
l.log(`Slicing complete`);
stream_in.close();
stream_in.destroy();
}