1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 07:44:09 +02:00

Fixed some safe mode crashes

This commit is contained in:
Brian Fiete 2022-01-08 07:42:53 -05:00
parent 7af34fd81c
commit 59ba0dd0d4
2 changed files with 12 additions and 3 deletions

View file

@ -1414,7 +1414,7 @@ namespace IDE.ui
{
bfCompiler.QueueProjectSourceRemoved(projectSource);
}
gApp.mBfResolveCompiler.QueueDeferredResolveAll();
gApp.mBfResolveCompiler?.QueueDeferredResolveAll();
}
#if IDE_C_SUPPORT
else if (IDEApp.IsClangSourceFile(fullPath))