Skip to content

Commit 2c7df25

Browse files
committed
add todo note
1 parent db013da commit 2c7df25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ export class PythonShell extends EventEmitter{
431431
* @deprecated
432432
*/
433433
terminate(signal?: NodeJS.Signals) {
434+
// todo: remove this next breaking release
434435
return this.kill(signal)
435436
}
436437
};

0 commit comments

Comments
 (0)