3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-28 10:32:21 +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 queue = {}
local function queue_error(message) local function queue_error(message)
log(message) print(message)
log("queue() error - clearing queue") log("queue() error - clearing queue")
while next(queue) do while next(queue) do
table.remove(queue) table.remove(queue)