Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Fix hipchat exception trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Sep 26, 2014
1 parent 6dfb0fe commit b3d8a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hipchat/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Hipchat extends NotificationPlugin
comment: event.comment
user: event.user

if details.comment.message
if details.comment?.message
details.comment.message = details.comment.message.truncate(80)

else
Expand Down

0 comments on commit b3d8a27

Please sign in to comment.