Commit fe6b0a94 authored by yann300's avatar yann300

clear source location cache

parent 55844251
{
"name": "remix-solidity",
"version": "0.1.2",
"version": "0.1.3",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......
......@@ -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 = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment