Skip to content

Commit

Permalink
Fix output boolean values
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 28, 2016
1 parent 81631e9 commit e320e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Default.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e320e95

Please sign in to comment.