Skip to content

Commit 0bc49e4

Browse files
authored
Update args.cpp
1 parent 1dbd5e1 commit 0bc49e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ const char *cmkr_args_handle_args(int argc, char **argv) {
5656
} catch (const std::exception &e) {
5757
return e.what();
5858
} catch (...) {
59-
return nullptr;
59+
return "Unknown error!";
6060
}
6161
}

0 commit comments

Comments
 (0)