cloned runners inherit repl flag from parent
This commit is contained in:
parent
a2ea8fb53e
commit
1b59705eae
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ pub const Runner = struct {
|
|||
return Runner{
|
||||
.allocator = self.allocator,
|
||||
.image = cloned_image,
|
||||
.repl = self.repl,
|
||||
.args = self.args,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue