Add gb_internal to procedures

This commit is contained in:
gingerBill
2024-07-09 14:33:01 +01:00
parent 330d0e7a2a
commit 14dc3598b4
2 changed files with 12 additions and 13 deletions

View File

@@ -3058,7 +3058,7 @@ int main(int arg_count, char const **arg_ptr) {
gb_printf("%.*s", LIT(odin_root_dir()));
return 0;
} else if (command == "clear-cache") {
return try_clear_cache();
return try_clear_cache() ? 0 : 1;
} else {
String argv1 = {};
if (args.count > 1) {