Skip to content

Typo in lib/internal/socketaddress.js #38125

Closed
@TomNes94

Description

@TomNes94
  • 15
  • Irrelevant
  • Irrelevant

What steps will reproduce the bug?

The new SocketAddress class has a typo:
InternalSocketAddress.prototype.constructor = SocketAddress.prototype.construtor;

should be:
InternalSocketAddress.prototype.constructor = SocketAddress.prototype.constructor;

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmed-bugIssues with confirmed bugs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions