Mark several invalid queries

This commit is contained in:
Stephan Seitz 2021-03-07 19:10:15 +01:00 committed by Kiyan
parent e3a863bd1c
commit 6cd211f647
8 changed files with 128 additions and 59 deletions

View file

@ -50,6 +50,8 @@ local function do_check()
end
end
if last_error then
print()
print("Last error: ")
error(last_error)
end
end