diff --git a/index.js b/index.js index d255626..d5658d6 100755 --- a/index.js +++ b/index.js @@ -37,7 +37,8 @@ function printHelp (helpText) { process.exit(0) } -/** * Print an error message and exit the process. +/** + * Print an error message and exit the process. * @param {string} message - The error message to print. */ function printError (message) {