Skip to content

Commit 7546231

Browse files
committed
fix(run-node): type signal process injection
1 parent a977dc8 commit 7546231

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/run-node.d.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function runNodeMain(params?: {
4747
fs?: unknown;
4848
stderr?: { write: (value: string) => void };
4949
process?: NodeJS.Process;
50+
signalProcess?: (pid: number, signal?: NodeJS.Signals | number) => boolean | void;
5051
execPath?: string;
5152
cwd?: string;
5253
args?: string[];

0 commit comments

Comments
 (0)