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

fix: prevent trimming attempts on undefined value #389

Merged
merged 1 commit into from
May 5, 2024

Conversation

asennikov
Copy link
Contributor

Fixes #388

I'm not sure what is the root cause for the command to return no stdout, but I think the execCmd utility should be ready for that situation anyway.

As it currently stands, we have been getting these errors since this morning:

image

Verified

This commit was signed with the committer’s verified signature.
bricker Bryan Ricker
@@ -15946,7 +15946,8 @@ const context = {
}),
ALIAS_DOMAINS: parser.getInput({
key: 'ALIAS_DOMAINS',
type: 'array'
type: 'array',
disableable: true
Copy link
Contributor Author

@asennikov asennikov Apr 24, 2024

Choose a reason for hiding this comment

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

not sure why this change happened, this is the result of running npm run build in the repo.

@rory-pickering
Copy link

Please merge this 😭

Copy link
Owner

@BetaHuhn BetaHuhn left a comment

Choose a reason for hiding this comment

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

Thanks @asennikov!

@BetaHuhn BetaHuhn merged commit 9c29c6f into BetaHuhn:master May 5, 2024
@BetaHuhnBot
Copy link
Collaborator

🎉 This PR is included in version 1.10.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stdout undefined. .trim error.
4 participants