diff options
Diffstat (limited to 'src/runner/runner.c')
-rw-r--r-- | src/runner/runner.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runner/runner.c b/src/runner/runner.c index 81154f5..b5f0cb3 100644 --- a/src/runner/runner.c +++ b/src/runner/runner.c @@ -164,6 +164,7 @@ void runnerVariableSetValue(RunnerVariablePages *pages, } } + printError(variable->name_begin,variable->name_end,"Variable not found"); UNREACHABLE; } |