Skip to content

Commit 1a403d1

Browse files
committed
Merge pull request #581 from Neverbirth/debugging_improvements
Avoid Stack List locking on RegEx error
2 parents 05e3feb + aa1db88 commit 1a403d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

External/Plugins/FlashDebugger/Controls/StackframeUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ private void FilterResults()
430430
}
431431
catch (Exception)
432432
{
433+
lv.EndUpdate();
433434
return;
434435
}
435436
}

0 commit comments

Comments
 (0)