We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should we consider printing error stack information when the process exits?
File: github.com\wailsapp\go-webview2\pkg\edge\chromium.go Line: 114-117
func (e *Chromium) errorCallback(err error) { e.globalErrorCallback(err) os.Exit(1) }
The text was updated successfully, but these errors were encountered:
Good idea! Feel free to open a PR 🙏
Sorry, something went wrong.
Merge pull request #23 from Tianxidev/tianxidev
43d9533
feat: add stack trace printing upon exit #22
No branches or pull requests
Should we consider printing error stack information when the process exits?
File: github.com\wailsapp\go-webview2\pkg\edge\chromium.go
Line: 114-117
The text was updated successfully, but these errors were encountered: