Log as Jane

This commit is contained in:
Emik 2026-02-23 15:57:23 +01:00
parent 805ff4ab7a
commit 0d2d6ec7f5
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.5.30"
"version": "1.5.31"
}

View file

@ -657,7 +657,7 @@ back {
local status, err = pcall(v.apply, v, ...)
if not status then
sendWarnMessage(v.key .. "'s apply cannot run: " .. err)
sendWarnMessage(v.key .. "'s apply cannot run: " .. err, "Jane")
end
end
end
@ -683,7 +683,7 @@ back {
local status, err = pcall(v.calculate, v, ...)
if not status then
sendWarnMessage(v.key .. "'s calculate cannot run: " .. err)
sendWarnMessage(v.key .. "'s calculate cannot run: " .. err, "Jane")
end
end
end