#566 fixes for matrix fault logic

This commit is contained in:
Mikayla Fischler
2024-11-07 22:13:03 -05:00
parent 129bf8809a
commit 627dd99dd7
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.5.13"
local SUPERVISOR_VERSION = "v1.5.14"
local println = util.println
local println_ts = util.println_ts