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:
parent
50e606773e
commit
82ca799470
1 changed files with 2 additions and 0 deletions
|
@ -9658,7 +9658,9 @@ namespace IDE
|
|||
if (projectSource == null)
|
||||
return;
|
||||
|
||||
#if !CLI
|
||||
ShowSourceFile(srcPath);
|
||||
#endif
|
||||
}
|
||||
|
||||
protected bool Compile(CompileKind compileKind = .Normal, Project hotProject = null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue