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 error objects: with --use_strict does not use .callee #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AlexeyKhristov
Copy link

Code Error.captureStackTrace(this, arguments.callee); fails with error TypeError 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them

I have changed errors declaration to avoid this issue

@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 98.929% when pulling bc6fd5a on AlexeyKhristov:fix-errors-do-not-use-callee into ab728c2 on ortoo:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants