Skip to content

Commit

Permalink
Remove redundant eslint inline rules
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Feb 27, 2024
1 parent 13463b7 commit e4f2192
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/sslUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ async function createAndInstallCertificate(keyPath, certPath) {
// the created certificate into the system)
// TODO: Prompt and logging should happen in CLI module rather than server
if (process.platform === "win32") {
/* eslint-disable-next-line no-console */
process.stderr.write("Please press allow in the opened dialog to confirm importing the newly created " +
"SSL certificate into the operating system and browsers.");
process.stderr.write("\n");
} else {
/* eslint-disable-next-line no-console */
process.stderr.write("Please enter your root password to allow importing the newly created " +
"SSL certificate into the operating system and browsers.");
process.stderr.write("\n");
Expand Down

0 comments on commit e4f2192

Please sign in to comment.