aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-queries.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check-queries.lua b/scripts/check-queries.lua
index 97960e323..9738272d2 100755
--- a/scripts/check-queries.lua
+++ b/scripts/check-queries.lua
@@ -50,6 +50,8 @@ local function do_check()
end
end
if last_error then
+ print()
+ print("Last error: ")
error(last_error)
end
end