#54 don't trip RPS fault on terminate as it ends up being redundant with shutdown sequence

This commit is contained in:
Mikayla Fischler
2022-05-19 09:19:51 -04:00
parent 62d5490dc8
commit dd553125d6
3 changed files with 19 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ local config = require("reactor-plc.config")
local plc = require("reactor-plc.plc")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "alpha-v0.6.6"
local R_PLC_VERSION = "alpha-v0.6.7"
local print = util.print
local println = util.println