aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-14 17:48:39 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-14 17:48:39 -0800
commit27433f4bf1c3ac80d47869d581d8d18b630921cf (patch)
tree71b01f47e9e7bd19bf0a716083a8415571991f7e
parentddef8be3df626d63f6e575d4c1416295a22371ad (diff)
Added missing newline
-rw-r--r--lib/core/errors.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/errors.nom b/lib/core/errors.nom
index c878bb7..950de49 100644
--- a/lib/core/errors.nom
+++ b/lib/core/errors.nom
@@ -68,7 +68,7 @@ test:
$fallback_lua, prepend "\n\$msg_lua = _result[2]\n"
if ($msg_lua, text, is lua id):
$fallback_lua, add free vars [($msg_lua, text)]
- $fallback_lua, prepend "-- Failure:"
+ $fallback_lua, prepend "-- Failure:\n"
return
Lua ("
do