Skip to content

Missing details in error messages on IE 7#30

Merged
divdavem merged 1 commit intoariatemplates:masterfrom
divdavem:ie7ErrorDetails
Feb 23, 2015
Merged

Missing details in error messages on IE 7#30
divdavem merged 1 commit intoariatemplates:masterfrom
divdavem:ie7ErrorDetails

Conversation

@divdavem
Copy link
Copy Markdown
Member

On IE 7, the toString method of an error object returns no information about the error (only the string "[object Error]"). It is necessary to use the description property instead.

On IE 7, the toString method of an error object returns no information
about the error (only the string "[object Error]"). It is necessary
to use the description property instead.
divdavem added a commit to divdavem/ariatemplates that referenced this pull request Feb 23, 2015
This commit fixes a regression introduced in commit f9a1670
for TemplateManagerTest and SectionAsContainerTest on IE 7.

On IE 7, the toString method of an error object returns no information
about the error (only the string "[object Error]"). It is necessary to
use the description property instead.

This commit depends on the following pull request on noder-js:
ariatemplates/noder-js#30
divdavem added a commit to divdavem/ariatemplates that referenced this pull request Feb 23, 2015
…inerTest on IE 7

This commit fixes a regression introduced in commit f9a1670
for TemplateManagerTest and SectionAsContainerTest on IE 7.

On IE 7, the toString method of an error object returns no information
about the error (only the string "[object Error]"). It is necessary to
use the description property instead.

This commit depends on the following pull request on noder-js:
ariatemplates/noder-js#30
@ymeine ymeine self-assigned this Feb 23, 2015
@simonarbuckle
Copy link
Copy Markdown
Collaborator

🆗 seems fine for me.

@ymeine ymeine removed their assignment Feb 23, 2015
@divdavem divdavem merged commit a49d9c2 into ariatemplates:master Feb 23, 2015
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