Skip to content

Commit

Permalink
Minor: improve log output on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Aral's ThinkPad committed Mar 24, 2021
1 parent fb885b7 commit 8853231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/installCertutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default function installCertutil () {
} else if (platform === 'win32') {
// Do nothing. According to the mkcert documentation, certutil is not
// required on Windows.
log('done.')
} else {
// Unknown platform. This should have been caught earlier. Panic.
throw new Error(' 🤯 ❨auto-encrypt-localhost❩ Panic: Unknown platform detected.', platform)
Expand Down

0 comments on commit 8853231

Please sign in to comment.