kits-ab / LogLady

Log file viewer
https://loglady.dev/
MIT License
8 stars 0 forks source link

BUG: All lines going through mainScriptOffloader have the args.type "serveFilteredLogsAllDone" #543

Open Techlemariam opened 4 years ago

Techlemariam commented 4 years ago

In running files ,all lines that are going through mainScriptOffloader have the args.type "serveFilteredLogsAllDone" when console.logging in eventListenerIPCMessage. This could be due to the line "previousLinesLength.current = props.logs.length". When changing the line to previousLinesLength.current = props.logs[props.source.path].length to trigger sendling lines one by one, initially no lines are showing. image However, when toggling the follow button to "On" it crashes image