-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
invalidIssues and PRs that are invalid.Issues and PRs that are invalid.
Description
- Version: v10.15.2
- Platform: Linux cees-XPS-13-9380 4.15.0-1065-oem Deprecate domains #75-Ubuntu SMP Wed Nov 20 10:51:26 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
- Subsystem:
const http = require('http')
function includemeplz() {
//throw new Error() // works fine
http.request({}).on('error', err => console.log('onerror', err.stack)) // not in stack!
}
includemeplz()
Maybe a duplicate of #11865 but that's closed and the issue still occurs with Node 13 on https://npm.runkit.com/
Metadata
Metadata
Assignees
Labels
invalidIssues and PRs that are invalid.Issues and PRs that are invalid.