We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db013da commit 2c7df25Copy full SHA for 2c7df25
1 file changed
index.ts
@@ -431,6 +431,7 @@ export class PythonShell extends EventEmitter{
431
* @deprecated
432
*/
433
terminate(signal?: NodeJS.Signals) {
434
+ // todo: remove this next breaking release
435
return this.kill(signal)
436
}
437
};
0 commit comments