Skip to content

Commit 56bfa04

Browse files
committed
Add missing throw
1 parent ff258b5 commit 56bfa04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Iteration.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ void Iteration::runDeferredParseAccess()
743743
// reset this thing
744744
it.m_deferredParseAccess = std::optional<DeferredParseAccess>();
745745
*newAccess = oldAccess;
746+
throw;
746747
}
747748
// reset this thing
748749
it.m_deferredParseAccess = std::optional<DeferredParseAccess>();

0 commit comments

Comments
 (0)