Skip to content

node --prof-process is broken #19044

Closed
Closed
@mourner

Description

@mourner
  • Version: v9.6.1
  • Platform: macOS

node --prof-process doesn't work in the current Node version.

→ node -v
v9.6.1
→ node --prof-process
evalmachine.<anonymous>:31
module.exports = { versionCheck };
^

ReferenceError: module is not defined
    at evalmachine.<anonymous>:31:1
    at internal/v8_prof_processor.js:41:28
    at NativeModule.compile (bootstrap_node.js:653:7)
    at Function.NativeModule.require (bootstrap_node.js:598:18)
    at startup (bootstrap_node.js:139:20)
    at bootstrap_node.js:665:3

Same result when pointing to an isolate file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions