#83 additional reactor structure fields, bugfix to rps alarm on sv, removed spam-prone rps error messages

This commit is contained in:
Mikayla Fischler
2022-09-30 17:33:35 -04:00
parent 7a90ea7e4e
commit 1b553ad495
4 changed files with 61 additions and 40 deletions

View File

@@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.5.14"
local SUPERVISOR_VERSION = "beta-v0.5.15"
local print = util.print
local println = util.println