Skip to content

Commit 13de011

Browse files
committed
Improve finding start of CEF message
1 parent ed4dfcc commit 13de011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CEF.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ String.prototype.parseCEF = function () {
181181
};
182182
183183
// search for CEF message prefix
184-
var i = this.search(/CEF:/);
184+
var i = this.search(/CEF:[0-9]\|/);
185185
if (i == -1) {
186186
// CEF prefix not found
187187
return obj;

0 commit comments

Comments
 (0)