mirror of
https://github.com/onyx-and-iris/meld-cli.git
synced 2025-07-12 02:11:46 +00:00
fix docstring
This commit is contained in:
parent
70f1b39870
commit
d5876762d0
3
index.js
3
index.js
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user