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

Space in a path does not crash the generator #157

Merged
merged 2 commits into from
Jul 5, 2023
Merged

Space in a path does not crash the generator #157

merged 2 commits into from
Jul 5, 2023

Conversation

pomek
Copy link
Member

@pomek pomek commented Jul 4, 2023

Suggested merge commit message (convention)

Fix (generator): Removed the current working directory from a package manager command when installing dependencies. A new process is already spawned in the directory. Hence, there is no need to duplicate the path. Thanks to that, a space in the path will not crash the generator while installing dependencies. Closes #156.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

Supported scopes

pomek and others added 2 commits July 4, 2023 09:53
…when installing dependencies. A new process is already spawned in the directory. Hence, there is no need for duplicating the path.
Copy link
Contributor

@psmyrek psmyrek left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

@psmyrek psmyrek merged commit 35442f4 into master Jul 5, 2023
1 check passed
@psmyrek psmyrek deleted the i/156 branch July 5, 2023 10:23
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.

Package generator is broken for js option
2 participants