Skip to content

Commit

Permalink
Log unhandled events
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortal committed Mar 25, 2014
1 parent f19e67d commit 191e855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github.js
Expand Up @@ -82,6 +82,9 @@ function handleevent(ev, html) {
var desc = 'commented on <a href="'+url+'">issue '+issue_number+'</a>';
html.push(handleanyevent(ev, desc));
break;
default:
console.log("Skipping event type ["+ev['type']+"]");
break;
}
}

Expand Down

0 comments on commit 191e855

Please sign in to comment.