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) { } catch (err) {
process.send({ process.send({
msgtype: 'copyStreamError', msgtype: 'copyStreamError',
runid: this.runid,
copyStreamError: { copyStreamError: {
message: err.message, message: err.message,
...err, ...err,