1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Fixed fixits on types with comptime-emitted code

This commit is contained in:
Brian Fiete 2022-02-02 08:00:55 -05:00
parent b8c7a29b84
commit 438394099a
2 changed files with 5 additions and 5 deletions

View file

@ -1762,7 +1762,7 @@ namespace IDE.ui
bool isFastClassify = false;
BfParser parser;
if (!isBackground)
if ((!isBackground) && (projectSource != null))
{
bfSystem.PerfZoneStart("CreateParser");
parser = bfSystem.CreateParser(projectSource, false);