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.
However, when toggling the follow button to "On" it crashes
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. However, when toggling the follow button to "On" it crashes