mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: tighten installer error spacing
This commit is contained in:
parent
24674a7bd6
commit
70b65a9d06
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\n${getHelpText()}`);
|
||||
process.stderr.write(`Error: ${error.message}\n${getHelpText()}`);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue