remove default value for Runner.repl field
This commit is contained in:
parent
1b59705eae
commit
af0ea574e1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub const Runner = struct {
|
||||||
image: ?*Image = null,
|
image: ?*Image = null,
|
||||||
|
|
||||||
/// If the runner is in REPL mode
|
/// If the runner is in REPL mode
|
||||||
repl: bool = false,
|
repl: bool,
|
||||||
|
|
||||||
args: [][]u8,
|
args: [][]u8,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue