fix: Fix bug in error handler, io.exit()→os.exit()

This commit is contained in:
Caleb Maclennan 2020-10-01 14:55:35 +03:00
parent 92a6714d9a
commit a3e8db19de
No known key found for this signature in database
GPG Key ID: 63CC496475267693
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ local formatters =
end
else
io.stderr:write('LDoc discount failed with error ',errmsg)
io.exit(1)
os.exit(1)
end
end
else