build: fix trailing newline in version string
This commit is contained in:
@ -63,7 +63,7 @@ pub fn main() anyerror!void {
|
||||
}
|
||||
|
||||
if (result.boolFlag("-version")) {
|
||||
try io.getStdOut().writeAll(build_options.version);
|
||||
try io.getStdOut().writeAll(build_options.version ++ "\n");
|
||||
os.exit(0);
|
||||
}
|
||||
if (result.argFlag("-log-level")) |level_str| {
|
||||
|
Reference in New Issue
Block a user