Skip to content

Conversation

@XadillaX
Copy link
Contributor

@XadillaX XadillaX commented May 31, 2021

Fixes: #38861

@github-actions github-actions bot added child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run. labels May 31, 2021
@XadillaX XadillaX requested a review from Lxxyx May 31, 2021 11:51
Copy link
Contributor

@aduh95 aduh95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a change entry in the YAML in child_process.md please?

@aduh95 aduh95 added the semver-minor PRs that contain new features and should be released in the next minor version. label May 31, 2021
@thernstig
Copy link
Contributor

Should the code check if the URL is a path to a file or a directory? And if it is a file, strip the file from the path?

@XadillaX
Copy link
Contributor Author

Should the code check if the URL is a path to a file or a directory? And if it is a file, strip the file from the path?

I think it shouldn't. The old logic doesn't check too. It will break.

@XadillaX
Copy link
Contributor Author

Can you add a change entry in the YAML in child_process.md please?

Added.

Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with the suggested edits.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@XadillaX
Copy link
Contributor Author

XadillaX commented Jun 4, 2021

Landed in fc4b9c1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run. semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Let child_process 'cwd' arguments accept a URL

7 participants