| author | |
| committer | |
| log | dfbea20d45c9e9e843ad7b4a3d13479dc38d3977 |
| tree | aa59c98c756f6d969496eb49eda835ee2b662925 |
| parent | 5d55999d20c4d856ad9e0bd35a939e4aa3be3d0d |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler/std-docs.zig+1-1| ... | @@ -18,7 +18,7 @@ fn usage(io: Io) noreturn { | ... | @@ -18,7 +18,7 @@ fn usage(io: Io) noreturn { |
| 18 | \\ By default, enabled unless a port is specified. | 18 | \\ By default, enabled unless a port is specified. |
| 19 | \\ | 19 | \\ |
| 20 | ) catch {}; | 20 | ) catch {}; |
| 21 | std.process.exit(1); | 21 | std.process.exit(0); |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | pub fn main(init: std.process.Init) !void { | 24 | pub fn main(init: std.process.Init) !void { |