Skip to content

CHANGE: @W-18515717@: Make sure to wrap arguments that have spaces wi… #293

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

Merged
merged 1 commit into from
May 14, 2025

Conversation

stephen-carter-at-sf
Copy link
Collaborator

…th quotes when using shell=true

@@ -3,11 +3,12 @@
"compilerOptions": {
"composite": true,
"outDir": "./dist",
"rootDir": "."
"rootDir": ".",
"isolatedModules": true
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Another fix as you go item since I was in here. It looks like @randi274 updated all other packages with isolatedModules: true but missed this one so it was producing warnings still.

@stephen-carter-at-sf stephen-carter-at-sf merged commit 7ad4420 into dev May 14, 2025
7 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sc/fixAsYouGo branch May 14, 2025 19:53
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.

2 participants