Skip to content

Commit

Permalink
Invalidate GlobalVariable if accessor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 8, 2023
1 parent 244dd9a commit cdc95ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public void removeTraces() {

public void setAccessor(IAccessor accessor) {
this.accessor = accessor;
this.invalidator.invalidate();
}
public boolean isTracing() {
return tracing;
Expand Down

0 comments on commit cdc95ce

Please sign in to comment.