Fixed issue with errors not going through

This commit is contained in:
2023-07-04 13:46:25 -04:00
parent 03a2f686a8
commit 81fc7b95c9
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
local multi, thread = require("multi"):init{error=true}
multi.error("Currntly not supported!")
os.exit()
os.exit(1)
local effil = require("effil")
-- I like some of the things that this library offers.