Nodeworker_threadsWorker.prototype.stderrproperty Worker.prototype.stderrThis is a readable stream which contains data written to process.stderr inside the worker thread. If stderr: true was not passed to the Worker constructor, then data is piped to the parent thread's process.stderr stream. Type #Readable
property Worker.prototype.stderrThis is a readable stream which contains data written to process.stderr inside the worker thread. If stderr: true was not passed to the Worker constructor, then data is piped to the parent thread's process.stderr stream. Type #Readable