Make a nicer error display system. #56
Loading…
Add table
Add a link
Reference in a new issue
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?
Right now, we just pop up an alert. Really, we need to look at what app.ShowError is passed and try to deal with it intelligently. If it's an object, check for a 'message' field and use that, if it's a string, just use it, etc.