summaryrefslogtreecommitdiff
path: root/src/runner
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner')
-rw-r--r--src/runner/runner.c1
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;
}