1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +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)
return;
#if !CLI
ShowSourceFile(srcPath);
#endif
}
protected bool Compile(CompileKind compileKind = .Normal, Project hotProject = null)