Skip to content

Commit 9c7be5f

Browse files
committed
fix typo
1 parent 4d8a841 commit 9c7be5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class PythonShell extends EventEmitter {
158158
}))
159159
}
160160
if (this.stderrParser && this.stderr) {
161-
this.stdout.pipe(new LineTransformStream((data) => {
161+
this.stderr.pipe(new LineTransformStream((data) => {
162162
this.emit('stderr', self.stderrParser(data));
163163
}))
164164
}

0 commit comments

Comments
 (0)