1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Delegate comparison expansion, hashable, == operator

This commit is contained in:
Brian Fiete 2022-02-15 09:31:23 -05:00
parent 9dcafb7db8
commit a3a8bfa40c
8 changed files with 157 additions and 18 deletions

View file

@ -11881,7 +11881,7 @@ namespace IDE
{
defer
{
if (mPendingDebugExprHandler != pendingHandler)
if (mPendingDebugExprHandler !== pendingHandler)
delete pendingHandler;
}