more supervisor configurator bugfixes

This commit is contained in:
Mikayla Fischler
2023-12-31 15:00:08 -05:00
parent 4f952eff83
commit fb00e98a5b
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.2.3"
local SUPERVISOR_VERSION = "v1.2.4"
local println = util.println
local println_ts = util.println_ts