Skip to content

Commit

Permalink
Fix tracegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Aug 17, 2018
1 parent a12d151 commit f6569f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1998,6 +1998,7 @@ function traceReal (args) {
traceLog('age ' + prevName + ' ' + addrName);
traces[prev + addr] = true;
}
prevName = addrName;
prev = addr;
}
});
Expand Down

0 comments on commit f6569f7

Please sign in to comment.