Browser error not capturing exception and closing exe #43
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm not sure what would cause this. The call to
AuthHelper.GetAuthFromBrowser
is wrapped in a try/catch.Maybe PuppeteerSharp calls exit directly and its not being caught as a result?
That's possible, but if that's the case, there really isn't anything we could do about it. Hopefully transitioning to Playwright will fix this issue.