Skip to content

Commit 7c1e2c7

Browse files
committed
update
1 parent 8e990d8 commit 7c1e2c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ fn build_examples(b: *Build, optimize: OptimizeMode, target: CrossTarget, webui_
114114
log.err("fmt path for examples failed, err is {}", .{err});
115115
std.os.exit(1);
116116
};
117-
// TODO: fix this
118117
exe_run.cwd = cwd;
119118
}
120119

@@ -123,7 +122,7 @@ fn build_examples(b: *Build, optimize: OptimizeMode, target: CrossTarget, webui_
123122
std.os.exit(1);
124123
};
125124

126-
const step_desc = std.fmt.allocPrint(b.allocator, "run_{s}", .{example_name}) catch |err| {
125+
const step_desc = std.fmt.allocPrint(b.allocator, "run exmaple {s}", .{example_name}) catch |err| {
127126
log.err("fmt step_desc for examples failed, err is {}", .{err});
128127
std.os.exit(1);
129128
};

0 commit comments

Comments
 (0)