@iobroker/js-controller-common
Advanced tools
Comparing version 4.0.13-alpha.0-20220218-918297e3 to 4.0.13-alpha.1-20220219-041f837c
@@ -86,3 +86,4 @@ /* jshint -W097 */ | ||
if (ioInfo.message) { | ||
const msgParts = ioInfo.message.match(/^([^.]+\.[0-9]+) \(([^)]+)\) (.*)$/); | ||
// handle as single line with s flag, to if message ends with CR, etc | ||
const msgParts = ioInfo.message.match(/^([^.]+\.[0-9]+) \(([^)]+)\) (.*)$/s); | ||
if (msgParts) { | ||
@@ -89,0 +90,0 @@ ioInfo.props.Source = msgParts[1]; |
{ | ||
"name": "@iobroker/js-controller-common", | ||
"version": "4.0.13-alpha.0-20220218-918297e3", | ||
"version": "4.0.13-alpha.1-20220219-041f837c", | ||
"engines": { | ||
@@ -50,3 +50,3 @@ "node": ">=12.0.0" | ||
], | ||
"gitHead": "185b6f763ffa00c1409c2401dd0a0c784973ede0" | ||
"gitHead": "3cd3477239dd22c10ac42a0de5eb6761216071ae" | ||
} |
163745
4106