update reporting and logging and make bug fixes

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-09-15 17:03:16 -07:00
parent 296fca722e
commit 9196e98ee6
13 changed files with 122 additions and 106 deletions
@@ -519,7 +519,7 @@ namespace ScriptCanvasEditor
if (validationResults.HasErrors())
{
AZ::Interface<IUpgradeRequests>::Get()->GraphNeedsManualUpgrade(sm->m_asset.GetId());
sm->MarkError("Failed to Parse");
for (auto& err : validationResults.GetEvents())
{
@@ -735,7 +735,7 @@ namespace ScriptCanvasEditor
{
AZ::SystemTickBus::Handler::BusDisconnect();
OnComplete(exitStatus);
OnComplete(m_error.empty() ? exitStatus : IState::ExitStatus::Skipped);
}
}