Skip to content

doc: readline on "Git Bash" - winpty requiredΒ #14100

@starkwang

Description

@starkwang
  • Version: master
  • Platform: Windows7, Git Bash
  • Subsystem: readline

On Windows7, the Node.js application don't terminate after rl.close() :

const readline = require('readline');
const rl = readline.createInterface({
  input: process.stdin,
  output: process.stdout
});
rl.close();

It causes test/parallel/test-readline-interface.js TIMEOUT, which will not happen in v6.x.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.readlineIssues and PRs related to the built-in readline module.windowsIssues and PRs related to the Windows platform.wipIssues and PRs that are still a work in progress.wslIssues and PRs related to the Windows Subsystem for Linux.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions