fix docstring

This commit is contained in:
onyx-and-iris 2025-07-02 10:22:30 +01:00
parent 70f1b39870
commit d5876762d0

View File

@ -37,7 +37,8 @@ function printHelp (helpText) {
process.exit(0) 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. * @param {string} message - The error message to print.
*/ */
function printError (message) { function printError (message) {