Skip to content

Commit 9bb1454

Browse files
authored
Merge pull request #1211 from qix/monitor_regex
Generalise monitor_regex
2 parents 60998b0 + 3f1b9ce commit 9bb1454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = {
127127
reply_to_object: replyToObject,
128128
print: print,
129129
err_code: /^([A-Z]+)\s+(.+)$/,
130-
monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]{1,3} (.(?!\]))+.\]( ".+?")+$/,
130+
monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]+ .+\]( ".+?")+$/,
131131
clone: convenienceClone,
132132
callback_or_emit: callbackOrEmit,
133133
reply_in_order: replyInOrder

0 commit comments

Comments
 (0)