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
1 changed files with 1 additions and 1 deletions

View File

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