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

Fix [Object object] in deploy pane messages #1203

Merged
merged 1 commit into from
May 11, 2018

Conversation

nkrkv
Copy link
Member

@nkrkv nkrkv commented May 10, 2018

Fixes #1080

The root cause is ERROR_FORMATTERS had an impossible type. Some values were strings, other were objects. A non-uniform typing became a source of troubles, again. Please, don’t use such magic in your code: if something can’t have a sane signature it is wrong and should be rewritten.

@nkrkv nkrkv force-pushed the fix-1080-object-object-error branch from 2c1473f to e6f3515 Compare May 11, 2018 14:15
@nkrkv nkrkv merged commit fac41f5 into master May 11, 2018
@nkrkv nkrkv deleted the fix-1080-object-object-error branch May 11, 2018 14:33
@nkrkv nkrkv added the hotfix Issue/PR for a patch release label May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotfix Issue/PR for a patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants