Skip to content
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

Use path.join for worker file path #897

Merged
merged 2 commits into from
Jan 14, 2022
Merged

Use path.join for worker file path #897

merged 2 commits into from
Jan 14, 2022

Conversation

dguenther
Copy link
Member

Summary

This doesn't fix any bugs, just makes the worker file path use consistent OS-relative path separators, which looks a bit nicer in the logs.

Also updates the text of the log when the worker pool starts to look a bit nicer.

Testing Plan

Node should start up as expected on Windows and non-Windows.

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes
[x] No

@dguenther dguenther requested a review from a team as a code owner January 14, 2022 19:00
@dguenther dguenther merged commit 2377794 into staging Jan 14, 2022
@dguenther dguenther deleted the use-path-join branch January 14, 2022 20:32
NullSoldier pushed a commit that referenced this pull request Jan 15, 2022
* Update worker pool log to be clearer

* Use path.join instead of concatenating paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants