We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1088c6e commit 5fde7a1Copy full SHA for 5fde7a1
log-viewer/modules/parsers/ApexLogParser.ts
@@ -315,8 +315,6 @@ export class ApexLogParser {
315
}
316
currentDepth++;
317
currentNodes = children;
318
- currentDepth++;
319
- currentNodes = children;
320
len = currentNodes.length;
321
322
@@ -378,7 +376,7 @@ export class ApexLogParser {
378
376
379
377
380
381
- if (child.exitTypes) {
+ if (child.exitTypes.length) {
382
this.insertPackageWrappers(child);
383
384
0 commit comments