Skip to content

After calling setupHistory, the program continues to run even after the REPL is closed. #52386

Closed
@LiST-GIT

Description

@LiST-GIT

Version

v20.5.0

Platform

macos

Subsystem

No response

What steps will reproduce the bug?

const repl = require('repl');

var r = repl.start({});
r.setupHistory(__dirname + '/history', () => { }); // Different results will occur here
r.close();

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior? Why is that the expected behavior?

No response

What do you see instead?

After calling setupHistory, the program continues to run even after the REPL is closed.

Additional information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmed-bugIssues with confirmed bugs.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