patterns: Updated pattern language
This commit is contained in:
parent
f3b0971d00
commit
37b4d5e7b5
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
@ -1 +1 @@
|
||||
Subproject commit 9d49dc9c3a56909f2ec36355a22474fedb2d8532
|
||||
Subproject commit 47addde6c3c38a91f3d2f02dbe3089a03044dcee
|
@ -60,15 +60,7 @@ int main(int argc, char **argv, char **envp) {
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
window.loop();
|
||||
} catch (const std::exception &e) {
|
||||
log::fatal("Exception thrown in main loop: {}", e.what());
|
||||
throw;
|
||||
} catch (...) {
|
||||
log::fatal("Unknown exception thrown in main loop!");
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
} while (shouldRestart);
|
||||
|
Loading…
Reference in New Issue
Block a user