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 empty string bug (fix: #833) #836

Merged
merged 2 commits into from
Jan 8, 2023
Merged

fix empty string bug (fix: #833) #836

merged 2 commits into from
Jan 8, 2023

Conversation

TheBrenny
Copy link
Contributor

@TheBrenny TheBrenny commented Jan 8, 2023

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes
  • No

Checklist

Other information

The bug appears to only affect Windows (macOS untested, but highly unlikely to be affected). The change catches empty strings higher in the call-chain - specifically in the "userland" function - as a just in case.

@TheBrenny TheBrenny requested a review from a team as a code owner January 8, 2023 00:03
@wusyong wusyong merged commit ceb209e into tauri-apps:dev Jan 8, 2023
@wusyong
Copy link
Member

wusyong commented Jan 8, 2023

Thanks for the PR!

@github-actions github-actions bot mentioned this pull request Jan 8, 2023
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.

Initialisation Script of "" crashes the Webview
2 participants