Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when running #206

Open
Peyoway opened this issue Oct 26, 2020 · 2 comments
Open

Issue when running #206

Peyoway opened this issue Oct 26, 2020 · 2 comments

Comments

@Peyoway
Copy link

Peyoway commented Oct 26, 2020

Everything works! Except for there is this huge thing!

image

Is there a way to disable this?

@caub
Copy link
Contributor

caub commented Nov 23, 2021

Can you add some repro code?

@qwazwsx
Copy link

qwazwsx commented Jan 17, 2022

Occurs for me too. I'm running via the Replit.com environment, but that shouldn't make a difference.

 var prompt = require('prompt');

  //
  // Start the prompt
  //
  prompt.start();

  //
  // Get two properties from the user: username and email
  //
  prompt.get(['username', 'email'], function (err, result) {
    //
    // Log the results.
    //
    console.log('Command-line input received:');
    console.log('  username: ' + result.username);
    console.log('  email: ' + result.email);
  });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants