mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix(installer): tighten error help spacing
This commit is contained in:
parent
70b65a9d06
commit
652f87c5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ function main() {
|
|||
printHumanPlan(result, false);
|
||||
}
|
||||
} catch (error) {
|
||||
process.stderr.write(`Error: ${error.message}\n${getHelpText()}`);
|
||||
process.stderr.write(`Error: ${error.message}${getHelpText()}`);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue