diff --git a/scripts/install-apply.js b/scripts/install-apply.js index 2c93bc4b..e082c3bb 100644 --- a/scripts/install-apply.js +++ b/scripts/install-apply.js @@ -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); } }