Skip to content

Commit

Permalink
Refresh the interpreter before QC, as the spec may have changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Oct 1, 2024
1 parent 5cb5ff2 commit 46befac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ else if (CancellableThread.currentlyRunning() != null)
}

DAPPlugin manager = DAPPlugin.getInstance();
manager.refreshInterpreter();
Interpreter interpreter = manager.getInterpreter();

if (interpreter.getInitialContext() == null) // eg. from unit tests
Expand Down

0 comments on commit 46befac

Please sign in to comment.