Skip to content

incomplete stack #31297

@CTimmerman

Description

@CTimmerman
  • 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

No one assigned

    Labels

    invalidIssues and PRs that are invalid.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions