diff --git a/src/features/tracing/nrfml.ts b/src/features/tracing/nrfml.ts index 4f0a61fb..bc83648d 100644 --- a/src/features/tracing/nrfml.ts +++ b/src/features/tracing/nrfml.ts @@ -271,6 +271,7 @@ export const readRawTrace = logger.info(`Completed reading trace from ${sourceFile}`); } setLoading(false); + notifyListeners(packets.splice(0, packets.length)); setTimeout(() => tracePacketEvents.emit('stop-process'), 1000); }, () => {},