We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e77de8 commit 2d11b6dCopy full SHA for 2d11b6d
lib/utils.js
@@ -127,7 +127,7 @@ module.exports = {
127
reply_to_object: replyToObject,
128
print: print,
129
err_code: /^([A-Z]+)\s+(.+)$/,
130
- monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]+ .+\]( ".+?")+$/,
+ monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]+ .+\].*"$/,
131
clone: convenienceClone,
132
callback_or_emit: callbackOrEmit,
133
reply_in_order: replyInOrder
0 commit comments