mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
parent
04b32d6a8a
commit
b05b5649df
@ -9598,7 +9598,7 @@ void codegen_build_and_link(CodeGen *g) {
|
||||
fprintf(stderr, "Unable to check cache: %s is not a directory\n",
|
||||
buf_ptr(manifest_dir));
|
||||
} else {
|
||||
fprintf(stderr, "Unable to check cache: %s\n", err_str(err));
|
||||
fprintf(stderr, "Unable to check cache: %s: %s\n", buf_ptr(manifest_dir), err_str(err));
|
||||
}
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user