This commit is contained in:
2020-04-13 11:45:53 -04:00
parent c0b59199f0
commit 44bc4647f9
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ namespace PartSource.Automation.Jobs
return new AutomationJobResult
{
Message = $"Failed to get the next set of products from Shopify. {updateCount} products were able to be updated.",
Message = $"Failed to get the next set of products from Shopify.\n\n {ex}\n\n {updateCount} products were able to be updated. {",
IsSuccess = false
};
}