Errors raised by PluginManager are no longer capitalised

This commit is contained in:
Maruno17
2022-01-21 12:59:23 +00:00
parent b980d8505c
commit 7f0526114f

View File

@@ -452,7 +452,6 @@ module PluginManager
err = line.split(":")[-1].strip
lms = line.split(":")[0].strip
err.gsub!(n, "") if n
err = err.capitalize if err.is_a?(String) && !err.empty?
linum = n ? "Line #{n}: " : ""
message += "#{linum}#{err}: #{lms}\r\n"
end