mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 22:18:30 +00:00
Catch any kind of exception in Editor::onProcessMessage()
This commit is contained in:
parent
19d2713d8f
commit
4dbff50f1e
@ -139,7 +139,7 @@ protected:
|
||||
try {
|
||||
return Editor::onProcessMessage(msg);
|
||||
}
|
||||
catch (const LockedDocumentException& ex) {
|
||||
catch (const std::exception& ex) {
|
||||
Console console;
|
||||
Console::showException(ex);
|
||||
console.printf("\nInternal details:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user