#219 fixed PLC renderer crash handling

This commit is contained in:
Mikayla Fischler
2023-04-20 20:47:14 -04:00
parent be077aa1fb
commit e9788abde7
5 changed files with 20 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.1.11"
local R_PLC_VERSION = "v1.1.12"
local println = util.println
local println_ts = util.println_ts