mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Fixed console message colouring breaking when loading a plugin whose name contains an apostrophe
This commit is contained in:
@@ -152,7 +152,7 @@ module Console
|
||||
# Text markup that turns text between them a certain color
|
||||
def markup_colors
|
||||
{
|
||||
"`" => :cyan, '"' => :purple, "'" => :purple, "$" => :green, "~" => :red
|
||||
"`" => :cyan, '"' => :purple, "==" => :purple, "$" => :green, "~" => :red
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user