3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Always print errors. Do not rely on monarch debugging

This commit is contained in:
Björn Ritzl
2020-05-28 08:20:43 +02:00
parent bf880b80fd
commit 4989939817

View File

@@ -93,7 +93,7 @@ end
local queue = {}
local function queue_error(message)
log(message)
print(message)
log("queue() error - clearing queue")
while next(queue) do
table.remove(queue)