Hide exception when build errors occurs in referenced targets
This commit is contained in:
@@ -171,7 +171,9 @@ namespace Flax.Build
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Log.Exception(ex);
|
||||
// Ignore exception logging for build errors
|
||||
if (!Globals.BuildErrors)
|
||||
Log.Exception(ex);
|
||||
failed = true;
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user