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

Should we consider printing error stack information when the process exits? #22

Closed
tianxidev opened this issue Nov 20, 2024 · 1 comment

Comments

@tianxidev
Copy link
Contributor

tianxidev commented Nov 20, 2024

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)
}
@leaanthony
Copy link
Member

Good idea! Feel free to open a PR 🙏

leaanthony added a commit that referenced this issue Nov 23, 2024
feat: add stack trace printing upon exit  #22
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

No branches or pull requests

2 participants