You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,9 +281,9 @@ Parses incoming logs from the Python script written via stderr and emits `stderr
281
281
282
282
Closes the stdin stream, allowing the Python script to finish and exit. The optional callback is invoked when the process is terminated.
283
283
284
-
#### `.terminate(signal)`
284
+
#### `.kill(signal)`
285
285
286
-
Terminates the python script, the optional end callback is invoked if specified. A kill signal may be provided by `signal`, if `signal` is not specified SIGTERM is sent.
286
+
Terminates the python script. A kill signal may be provided by `signal`, if `signal` is not specified SIGTERM is sent.
0 commit comments