Skip to content

Commit

Permalink
Update src/alias.zig
Browse files Browse the repository at this point in the history
Co-authored-by: hndrk <51416554+hendriknielaender@users.noreply.github.com>
  • Loading branch information
jinzhongjia and hendriknielaender authored Aug 8, 2024
1 parent 2219faa commit 54e7903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alias.zig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn set_version(version: []const u8, is_zls: bool) !void {
if (err != error.FileNotFound)
return err;

std.debug.print("zig {s} is not installed, please install it!\n", .{version});
std.debug.print("zig version {s} is not installed. Please install it before proceeding.\n", .{version});
std.process.exit(1);
};

Expand Down

0 comments on commit 54e7903

Please sign in to comment.