rl.setPrompt(prompt)
Sets the prompt, for example when you run node on the command line, you see > , which is Node.js's prompt.
rl.setPrompt(prompt)
Sets the prompt, for example when you run node on the command line, you see > , which is Node.js's prompt.
Please login to continue.