#263 fixed bug with supervisor group map length not matching number of reactors

This commit is contained in:
Mikayla Fischler
2023-06-18 15:19:01 -04:00
parent af38025f50
commit a02529b9f7
3 changed files with 5 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.17.8"
local SUPERVISOR_VERSION = "v0.17.9"
local println = util.println
local println_ts = util.println_ts