File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " opcodesio/log-viewer" ,
3- "version" : " v1.2.2 " ,
3+ "version" : " v1.2.3 " ,
44 "description" : " Fast and easy-to-use log viewer for your Laravel application" ,
55 "keywords" : [
66 " arukompas" ,
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ public function scan(bool $force = false): self
423423 $ currentLog .= $ line ;
424424 }
425425
426- if ($ currentLog !== '' && preg_match (self ::LOG_MATCH_PATTERN , $ line ) === 1 ) {
426+ if ($ currentLog !== '' && preg_match (self ::LOG_MATCH_PATTERN , $ currentLog ) === 1 ) {
427427 if ((is_null ($ this ->query ) || preg_match ($ this ->query , $ currentLog ))) {
428428 $ this ->indexLogPosition ($ this ->nextLogIndex , $ currentLogLevel , $ currentLogPosition );
429429 }
You can’t perform that action at this time.
0 commit comments