Skip to content

Commit

Permalink
try fixing karma
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpbrett committed Aug 22, 2018
1 parent d895813 commit 39584b2
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 @@ -29,7 +29,7 @@ var handleMessage = function(rtm, message) {
redis.get(rkey(message.team, "on"), function(err, obj) {
console.log("redis get success: err:" + err + " obj: " + obj)
if (obj && !err) {
var regex = /(\S+)(\+\+|--)\b/g
var regex = /(\S+)(\+\+|--)/g
var match = null
console.log("message text: " + message.text)
while ((match = regex.exec(message.text)) !== null) {
Expand Down

0 comments on commit 39584b2

Please sign in to comment.