Skip to content

Commit 3a72761

Browse files
committed
[main] Add a comment
1 parent 074bb1f commit 3a72761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ int main(int argc, char *argv[]) {
88
auto renderer = std::make_unique<Application>(argc, argv);
99
renderer->run();
1010
} catch (const std::exception &exception) {
11+
// This will catch any exception that was not catched previously.
1112
spdlog::critical(exception.what());
1213
return 1;
1314
}

0 commit comments

Comments
 (0)