cloned runners inherit repl flag from parent

This commit is contained in:
Luna 2020-06-02 17:15:50 -03:00
parent a2ea8fb53e
commit 1b59705eae
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ pub const Runner = struct {
return Runner{
.allocator = self.allocator,
.image = cloned_image,
.repl = self.repl,
.args = self.args,
};
}