docgen: fix exe_build_err code snippets

Fixes #15297.
This commit is contained in:
dweiller 2023-04-17 02:05:40 +10:00 committed by Veikka Tuominen
parent 29bc6fc242
commit 68e4a57847

View File

@ -1424,6 +1424,7 @@ fn genHtml(
const result = try ChildProcess.exec(.{
.allocator = allocator,
.argv = build_args.items,
.cwd = tmp_dir_name,
.env_map = &env_map,
.max_output_bytes = max_doc_file_size,
});