-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
child_process #2824
Comments
skovhus
added a commit
to skovhus/flow
that referenced
this issue
Nov 16, 2016
skovhus
added a commit
to skovhus/flow
that referenced
this issue
Nov 16, 2016
Closed
My pull request for node has now been accepted, so the current flow definitions should be updated. |
gabelevi
pushed a commit
to skovhus/flow
that referenced
this issue
Dec 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I discovered some missing type definitions for
stdio
options tochild_process
calls toexecFileSync
,execSync
andspawnSync
.Actually this is also seems to be missing in node.js documentation (see nodejs/node#9636).
The
options.stdio
argument toexecFileSync
,execSync
andspawnSync
can actually be a string and an array.In
lib/node.js
it also seems thatexecFileSync
is using the incorrect options type... It should usechild_process$execSyncOpts
notchild_process$execFileOpts
.flow/lib/node.js
Line 241 in c6c6b3c
The text was updated successfully, but these errors were encountered: