daltonmenezes / electron-screen-recorder

:vhs: A Desktop screen recorder app built using web technologies for Mac, Linux and Windows.
MIT License
291 stars 50 forks source link

Error Handling #5

Open Mr-Ahmadi opened 4 years ago

Mr-Ahmadi commented 4 years ago

const readableVideoBuffer = new stream.PassThrough() readableVideoBuffer.write(window.videoBuffe) readableVideoBuffer.end() readableVideoBuffer.destroy()

An error handler here, will make app safer.