We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13463b7 commit e4f2192Copy full SHA for e4f2192
1 file changed
lib/sslUtil.js
@@ -70,12 +70,10 @@ async function createAndInstallCertificate(keyPath, certPath) {
70
// the created certificate into the system)
71
// TODO: Prompt and logging should happen in CLI module rather than server
72
if (process.platform === "win32") {
73
- /* eslint-disable-next-line no-console */
74
process.stderr.write("Please press allow in the opened dialog to confirm importing the newly created " +
75
"SSL certificate into the operating system and browsers.");
76
process.stderr.write("\n");
77
} else {
78
79
process.stderr.write("Please enter your root password to allow importing the newly created " +
80
81
0 commit comments