-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lazy): crash on iterating "delayedCalls" (#219)
* fix: crash on iterating "delayedCalls" It looks like the code allowed "loadSentry()" to run more than once and the first run would unset "delayedCalls" causing the second run to crash on trying to iterate it. * Null-check vm as it might not exist
- Loading branch information
Showing
1 changed file
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters