Skip to content

Commit 59e1ee6

Browse files
committed
std-docs: reenable rendering error bundle in webui
1 parent eb2de20 commit 59e1ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compiler/std-docs.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ fn buildWasmBinary(
395395
}
396396

397397
if (result_error_bundle.errorMessageCount() > 0) {
398-
result_error_bundle.renderToStdErr(.{}, .auto);
398+
result_error_bundle.renderToStdErr(.{}, .on);
399399
std.log.err("the following command failed with {d} compilation errors:\n{s}", .{
400400
result_error_bundle.errorMessageCount(),
401401
try std.Build.Step.allocPrintCmd(arena, null, argv.items),

0 commit comments

Comments
 (0)