mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed shutdown-on-failure issue with BeefBuild
This commit is contained in:
parent
7718705646
commit
df96ca1dfe
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ namespace BeefBuild
|
|||
{
|
||||
base.Update(batchStart);
|
||||
|
||||
if (mWorkspace.mProjectLoadState != .Loaded)
|
||||
if ((mWorkspace.mProjectLoadState != .None) && (mWorkspace.mProjectLoadState != .Loaded))
|
||||
{
|
||||
// Wait for workspace to complete loading
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue