diff --git a/src/util/internalCallTree.js b/src/util/internalCallTree.js index c9fa25d855..0de840d35a 100644 --- a/src/util/internalCallTree.js +++ b/src/util/internalCallTree.js @@ -92,8 +92,7 @@ async function buildTree (tree, step, scopeId) { var sourceLocation try { sourceLocation = await extractSourceLocation(tree, step) - if (sourceLocation.jump !== currentSourceLocation.jump || - sourceLocation.start !== currentSourceLocation.start || + if (sourceLocation.start !== currentSourceLocation.start || sourceLocation.length !== currentSourceLocation.length || sourceLocation.file !== currentSourceLocation.file) { tree.reducedTrace.push(step)