Skip to content

Commit 2d11b6d

Browse files
leibalegkorland
andauthored
fix #1569 - improve monitor_regex (#1595)
Co-authored-by: Guy Korland <gkorland@gmail.com>
1 parent 7e77de8 commit 2d11b6d

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]+ .+\]( ".+?")+$/,
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)