We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff258b5 commit 56bfa04Copy full SHA for 56bfa04
src/Iteration.cpp
@@ -743,6 +743,7 @@ void Iteration::runDeferredParseAccess()
743
// reset this thing
744
it.m_deferredParseAccess = std::optional<DeferredParseAccess>();
745
*newAccess = oldAccess;
746
+ throw;
747
}
748
749
0 commit comments