MetanoKid / cpp-build-analyzer

Analyzes MSVC C++ compilations with C++ Build Insights SDK
GNU General Public License v3.0
80 stars 2 forks source link

Correctly handle C++ Build Insights SDK exceptions #4

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

Currently, when the SDK throws an exception, the program crashes. Handle those exceptions and exit with some failure code.