electron-screen-recorder icon indicating copy to clipboard operation
electron-screen-recorder copied to clipboard

Error Handling

Open Mr-Ahmadi opened this issue 4 years ago • 0 comments

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

An error handler here, will make app safer.

Mr-Ahmadi avatar Aug 27 '20 17:08 Mr-Ahmadi