fix(run-node): type signal process injection

This commit is contained in:
Vincent Koc 2026-06-20 22:24:42 +08:00
parent a977dc843d
commit 7546231762
No known key found for this signature in database

View file

@ -47,6 +47,7 @@ export function runNodeMain(params?: {
fs?: unknown;
stderr?: { write: (value: string) => void };
process?: NodeJS.Process;
signalProcess?: (pid: number, signal?: NodeJS.Signals | number) => boolean | void;
execPath?: string;
cwd?: string;
args?: string[];