mirror of
https://github.com/britzl/monarch.git
synced 2025-11-26 19:00:53 +01:00
Always print errors. Do not rely on monarch debugging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user