executeBuildRunner
: increase .max_output_bytes
This commit is contained in:
parent
f96b226b4d
commit
e0d4b9282b
@ -505,6 +505,7 @@ pub fn executeBuildRunner(
|
|||||||
.allocator = allocator,
|
.allocator = allocator,
|
||||||
.argv = args,
|
.argv = args,
|
||||||
.cwd = build_file_directory_path,
|
.cwd = build_file_directory_path,
|
||||||
|
.max_output_bytes = 1024 * 100,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user