resolve merge conflict

pull/1/head
ansuz 2020-03-20 13:07:35 -04:00
commit 590e249500
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ var channelExists = function (filepath, cb) {
};
const destroyStream = function (stream) {
if (!stream) { return; }
try { stream.close(); } catch (err) { console.error(err); }
setTimeout(function () {
try { stream.destroy(); } catch (err) { console.error(err); }