make repl cloned runner run the runqs cmd
This commit is contained in:
parent
c7eb70a06f
commit
542ba75b01
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ pub fn doRepl(allocator: *std.mem.Allocator, args_it: var) !void {
|
|||
// of this function.
|
||||
try cmds.append(&runqs_cmd.base);
|
||||
|
||||
try runner_clone.runCommands(cmds_parsed, true);
|
||||
try runner_clone.runCommands(cmds, true);
|
||||
_ = try stdout.write("\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue