Skip to content

Commit

Permalink
fix #1569 - improve monitor_regex (#1595)
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Korland <gkorland@gmail.com>
  • Loading branch information
leibale and gkorland committed Apr 8, 2021
1 parent 7e77de8 commit 2d11b6d
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]+ .+\].*"$/,

This comment has been minimized.

Copy link
@Plavit

Plavit Apr 27, 2021

lemme check compatibility

clone: convenienceClone,
callback_or_emit: callbackOrEmit,
reply_in_order: replyInOrder
Expand Down

0 comments on commit 2d11b6d

Please sign in to comment.