diff --git a/manifest.json b/manifest.json index f54bf7c..213f792 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.30" + "version": "1.5.31" } \ No newline at end of file diff --git a/src/back.lua b/src/back.lua index b3f1f10..7f589d8 100644 --- a/src/back.lua +++ b/src/back.lua @@ -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