Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpbrett committed Aug 22, 2018
1 parent 791a64f commit dd36b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ var handleMessage = function(rtm, message) {
var regex = /(\S+)(\+\+|--)\b/g
var match = null
while ((match = regex.exec(message.text)) !== null)
console.log("matching34: " + match)
{
var matchname = match[1]
console.log("matching37: " + matchname)
var regexpString = "^<@>"
if (matchname.match(/^\<\@(.*)\>/)) {
var userId = matchname.match(/^\<\@(.*)\>/)[1]
Expand Down

0 comments on commit dd36b7c

Please sign in to comment.