diff --git a/lib/Default.coffee b/lib/Default.coffee index 5cfcdc5..4e91af2 100644 --- a/lib/Default.coffee +++ b/lib/Default.coffee @@ -104,7 +104,7 @@ module.exports = lineColor = CONST.LINE_COLOR typeColor = @types[type].color - message.split(' ').map((msg) => + message.toString().split(' ').map((msg) => msg = msg.split '=' if msg.length > 1 msg[0] = @colorize typeColor, msg[0]