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

Fixed a crash using -generate in BeefBuild

This commit is contained in:
Brian Fiete 2020-04-29 11:40:22 -07:00
parent 50e606773e
commit 82ca799470

View file

@ -9658,7 +9658,9 @@ namespace IDE
if (projectSource == null) if (projectSource == null)
return; return;
#if !CLI
ShowSourceFile(srcPath); ShowSourceFile(srcPath);
#endif
} }
protected bool Compile(CompileKind compileKind = .Normal, Project hotProject = null) protected bool Compile(CompileKind compileKind = .Normal, Project hotProject = null)