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: resolve strict types trim() issue on Windows #1003

Closed
wants to merge 1 commit into from

Conversation

owenvoke
Copy link
Contributor

This resolves an issue where getenv('ANSICON') returns false if the env variable is not set, which causes issues on Windows with trim() due to strict types.

Closes #1002

This resolves an issue where `getenv('ANSICON')` returns `false` if the env variable is not set, which causes issues on Windows with `trim()` due to strict types.
@owenvoke owenvoke closed this Jun 23, 2023
@owenvoke owenvoke deleted the patch-1 branch June 23, 2023 08:19
@owenvoke
Copy link
Contributor Author

Apologies, just noticed this is resolved in #999

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.

Error accessing box from Windows (getenv('ANSICON') returns boolean)
1 participant