From 2d11b6dc9b9774464a91fb4b448bad8bf699629e Mon Sep 17 00:00:00 2001 From: Leibale Eidelman Date: Thu, 8 Apr 2021 18:04:34 -0400 Subject: [PATCH] fix #1569 - improve monitor_regex (#1595) Co-authored-by: Guy Korland --- lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.js b/lib/utils.js index 52e58ecfa6c..d0336ae9c1d 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -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