#262 don't ever abort RTU unit parsing on error, just skip

This commit is contained in:
Mikayla Fischler
2023-06-18 14:26:38 -04:00
parent b28e4d1e95
commit af38025f50
3 changed files with 6 additions and 8 deletions

View File

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