mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
Update args.cpp
This commit is contained in:
committed by
GitHub
parent
1dbd5e1f91
commit
0bc49e4ea7
+1
-1
@@ -56,6 +56,6 @@ const char *cmkr_args_handle_args(int argc, char **argv) {
|
||||
} catch (const std::exception &e) {
|
||||
return e.what();
|
||||
} catch (...) {
|
||||
return nullptr;
|
||||
return "Unknown error!";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user