mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
fixed type of maxBuffer option to execFile
This commit is contained in:
2
node/node-0.10.d.ts
vendored
2
node/node-0.10.d.ts
vendored
@@ -720,7 +720,7 @@ declare module "child_process" {
|
||||
env?: any;
|
||||
encoding?: string;
|
||||
timeout?: number;
|
||||
maxBuffer?: string;
|
||||
maxBuffer?: number;
|
||||
killSignal?: string;
|
||||
}, callback?: (error: Error, stdout: Buffer, stderr: Buffer) =>void ): ChildProcess;
|
||||
export function fork(modulePath: string, args?: string[], options?: {
|
||||
|
||||
Reference in New Issue
Block a user