1
0
Fork 0
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:
Brian Fiete 2024-10-24 13:20:15 -04:00
parent 7718705646
commit df96ca1dfe

View file

@ -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
}