-
-
Notifications
You must be signed in to change notification settings - Fork 37.9k
Duplicated stack trace #20010
Copy link
Copy link
Closed
Labels
questionIssues asking questions about Node.js.Issues asking questions about Node.js.wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.
Description
Activity
Metadata
Metadata
Assignees
Labels
questionIssues asking questions about Node.js.Issues asking questions about Node.js.wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.
Hello. Im working on a project and experiencing weird bug. Our stack trace is duplicated, I mean it displays two times functions that I called only once. My project is very big, so we did our best to reduce it as much as we could. Here is minimal repro
It reproduces 100% of times. we tried to remove some parts of the code, but then it dont rreproduces issue.
I know this code throws error, this is because of
objis not a defined property, so it is undefined and therefore cannot readlengthof property obj, but it is not reason to print duplicated stack traceMy apologies for bad formatting, not very familiar with github markdown