mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 06:14:10 +02:00
Fixed a crash using -generate in BeefBuild
This commit is contained in:
parent
50e606773e
commit
82ca799470
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue