我有下面的例子constinput=_();constoutput=_().each(x=>console.log('out',x));input.pipe(output);input.write(1)output.destroy();input.write(2);据我在文档(http://highlandjs.org/#destroy)中所读,销毁流应该清理破损的管道。相反,我收到以下错误:out1out2node_modules/highland/lib/index.js:1114thrownewError('Cannotcallnextafternil');^Error:Cann