Skip to content

Commit

Permalink
fix #1569 - improve monitor_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Apr 8, 2021
1 parent 5d3e995 commit 79d4b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Expand Up @@ -127,7 +127,7 @@ module.exports = {
reply_to_object: replyToObject,
print: print,
err_code: /^([A-Z]+)\s+(.+)$/,
monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]+ .+\]( ".+?")+$/,
monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]+ .+\].*"$/,
clone: convenienceClone,
callback_or_emit: callbackOrEmit,
reply_in_order: replyInOrder
Expand Down

0 comments on commit 79d4b26

Please sign in to comment.