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:
parent
7af34fd81c
commit
59ba0dd0d4
2 changed files with 12 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue