Rogier Schouten
2015-12-17 11:40:40 +01:00
parent 78ba6e4154
commit 22997bee70
+5 -1
View File
@@ -907,7 +907,11 @@ declare module "child_process" {
export function fork(modulePath: string, args?: string[], options?: {
cwd?: string;
env?: any;
encoding?: string;
execPath?: string;
execArgv?: string[];
silent?: boolean;
uid?: number;
gid?: number;
}): ChildProcess;
export function spawnSync(command: string, args?: string[], options?: {
cwd?: string;