removed invalid param

This commit is contained in:
SPRINX0\prochazka
2025-03-04 10:06:05 +01:00
parent beca5c6e45
commit 4006f03444

View File

@@ -25,7 +25,6 @@ async function copyStream(input, output, options) {
} catch (err) {
process.send({
msgtype: 'copyStreamError',
runid: this.runid,
copyStreamError: {
message: err.message,
...err,