Open
Description
I see that I have a function which has [as func]
suffix for function name in Chrome and node.js. Example of the stack:
{ functionName: '[object Object].callerNameTest [as func]',
fileName: 'packages/local-test_peerlibrary_stacktrace/tests.js',
lineNumber: 24,
columnNumber: 1,
source: ' at [object Object].callerNameTest [as func] (packages/local-test_peerlibrary_stacktrace/tests.js:24:1)' },
Is this normal? Shouldn't this be removed/normalized?
I use Meteor and stacktrace.js 1.3.1.