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

traceKitWrapper bug #90

Closed
bjornbos opened this issue Nov 14, 2014 · 1 comment
Closed

traceKitWrapper bug #90

bjornbos opened this issue Nov 14, 2014 · 1 comment

Comments

@bjornbos
Copy link

I'm seeing errors in the log in this function:

TraceKit.wrap = function traceKitWrapper(func) {
    function wrapped() {
        try {
            return func.apply(this, arguments);
        } catch (e) {
            TraceKit.report(e);
            throw e;
        }
    }
    return wrapped;
};

Error message on the 'return func.apply' line:

JavaScript-object wordt verwacht
(translation: Javascript object expected)

@fundead
Copy link
Contributor

fundead commented Jun 29, 2015

This issue should have been fixed in a previous release, please open a new issue if you are still seeing occurrences.

Regards,

Callum Gavin
Mindscape Limited

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

No branches or pull requests

2 participants