Skip to content

repl: bug in fs module autocompletion #29424

Closed
@ZYSzys

Description

@ZYSzys
  • Version: master
  • Platform: macOS X 10.14.4
  • Subsystem: repl

Small bug on macOS (when, e.g., I have node-core-utils in /Users/Projects):

fs.readFileSync('node-<tab>

EXPECTED: fs.readFileSync('node-core-utils
ACTUAL:   fs.readFileSync('node-ode-core-utils

Refs: #26648 (comment)

cc @antsmartian

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmed-bugIssues with confirmed bugs.good first issueIssues that are suitable for first-time contributors.replIssues and PRs related to the REPL subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions