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

Added some logging #15473

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Added some logging #15473

wants to merge 1 commit into from

Conversation

DonJayamanne
Copy link
Contributor

Fixes #15446

@@ -23,7 +23,9 @@ export function logProcess(file: string, args: string[], options?: SpawnOptions)
return index === 0 ? formattedArg : `${accumulator} ${formattedArg}`;
}, '');

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add some logging for testing

Copy link
Contributor Author

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

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

Test

Copy link
Contributor Author

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

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

Another comment

Copy link
Contributor Author

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

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

Fixes #15446

TEst

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.

HOME environmental variable is overwritten with '/root'
1 participant