remove jump check

pull/7/head
yann300 8 years ago
parent 2ec51c3b62
commit d0f0bd0571
  1. 3
      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)

Loading…
Cancel
Save