mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 00:12:04 -06:00
fix for breaking change in Jsonnet
This commit is contained in:
parent
96873acca1
commit
36761a0ae3
@ -114,7 +114,8 @@ public class OpsLoader {
|
||||
stderrStream,
|
||||
new os.Path(Path.of(System.getProperty("user.dir"))),
|
||||
Option.empty(),
|
||||
Option.empty()
|
||||
Option.empty(),
|
||||
null
|
||||
);
|
||||
|
||||
String stdoutOutput = stdoutBuffer.toString(StandardCharsets.UTF_8);
|
||||
|
Loading…
Reference in New Issue
Block a user