Optional option keepOpen of child_process#MessageOptions.

This commit is contained in:
chugaev
2017-07-12 20:02:51 +03:00
parent a3fb24fb08
commit 2306c80ff7
+1 -1
View File
@@ -1843,7 +1843,7 @@ declare module "child_process" {
}
export interface MessageOptions {
keepOpen: boolean;
keepOpen?: boolean;
}
export interface SpawnOptions {