#487 stop retrying failed disable when needing to enable

This commit is contained in:
Mikayla Fischler
2024-05-14 20:10:21 -04:00
parent 8968ebede3
commit 41b7a68f3e
2 changed files with 5 additions and 2 deletions

View File

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