Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

child_process: properly support optional args argument #8392

Closed
wants to merge 1 commit into from
Closed

child_process: properly support optional args argument #8392

wants to merge 1 commit into from

Conversation

cjihrig
Copy link

@cjihrig cjihrig commented Sep 17, 2014

Currently, a TypeError is incorrectly thrown if the second argument is an object. This commit allows the args argument to be properly omitted. Closes #6068

Currently, a TypeError is incorrectly thrown if the second
argument is an object. This commit allows the args
argument to be properly omitted. Closes #6068
@trevnorris
Copy link

Thanks. Merged in 542ac7f.

@trevnorris trevnorris closed this Sep 17, 2014
@cjihrig cjihrig deleted the 6068 branch September 18, 2014 01:24
@trevnorris
Copy link

@cjihrig Crap, this is causing test-net-GH-5504.js to fail. Don't know why I didn't catch this before. I'm going to take a look, and if you have time mind doing so as well?

@trevnorris
Copy link

Wait. NM. Misread the bisect.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants