1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +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); base.Update(batchStart);
if (mWorkspace.mProjectLoadState != .Loaded) if ((mWorkspace.mProjectLoadState != .None) && (mWorkspace.mProjectLoadState != .Loaded))
{ {
// Wait for workspace to complete loading // Wait for workspace to complete loading
} }