concurix-traceaggregator
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "concurix-traceaggregator", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Aggregation of trace data for the concurix tracer", | ||
@@ -5,0 +5,0 @@ "main": "traceaggregator.js", |
@@ -103,3 +103,3 @@ "use strict"; | ||
var enter = substack.pop() | ||
if (enter.id !== record.id) { | ||
if (enter == null || enter.id !== record.id) { | ||
// TBD how are we going to track errors like this? Send to cx? | ||
@@ -106,0 +106,0 @@ // TBD how to raise these errors without infinite stack recursion? |
13504