Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AzureRG Deploy] Logging string instead of object #4354

Merged
merged 2 commits into from
May 19, 2017

Conversation

thesattiraju
Copy link
Contributor

@@ -10,7 +10,7 @@ class Utils {
return error.message;
}

return error;
return JSON.stringify(error);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can throw if the object has circular references. what is the scenario here

@thesattiraju thesattiraju merged commit 214962d into master May 19, 2017
@thesattiraju thesattiraju deleted the users/desattir/AzureRGDeploy/BugFix branch May 19, 2017 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants