Log as Jane
This commit is contained in:
parent
805ff4ab7a
commit
0d2d6ec7f5
2 changed files with 3 additions and 3 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.5.30"
|
||||
"version": "1.5.31"
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue