better process start check + logging

This commit is contained in:
Mikayla Fischler
2024-10-14 01:20:52 -04:00
parent c0b7d7e13c
commit 60ff22f57d
2 changed files with 6 additions and 4 deletions

View File

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