We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8a841 commit 9c7be5fCopy full SHA for 9c7be5f
index.ts
@@ -158,7 +158,7 @@ export class PythonShell extends EventEmitter {
158
}))
159
}
160
if (this.stderrParser && this.stderr) {
161
- this.stdout.pipe(new LineTransformStream((data) => {
+ this.stderr.pipe(new LineTransformStream((data) => {
162
this.emit('stderr', self.stderrParser(data));
163
164
0 commit comments