diff --git a/remix-solidity/package.json b/remix-solidity/package.json index 90adb23947..f62e4cf5bb 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "remix-solidity", - "version": "0.1.2", + "version": "0.1.3", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-solidity/src/decoder/internalCallTree.js b/remix-solidity/src/decoder/internalCallTree.js index 5cc12a20c3..590a96de07 100644 --- a/remix-solidity/src/decoder/internalCallTree.js +++ b/remix-solidity/src/decoder/internalCallTree.js @@ -61,6 +61,7 @@ class InternalCallTree { /* scopeStart: represent start of a new scope. Keys are index in the vmtrace, values are scopeId */ + this.sourceLocationTracker.clearCache() this.functionCallStack = [] this.scopeStarts = {} this.variableDeclarationByFile = {}