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:
parent
80dbe4696e
commit
fe12809812
1 changed files with 1 additions and 1 deletions
|
@ -47,5 +47,5 @@ export default async function(settings) {
|
|||
}
|
||||
l.log(`Slicing complete`);
|
||||
|
||||
stream_in.close();
|
||||
stream_in.destroy();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue