refactor(multi-server): add error support

This commit is contained in:
Mauricio Siu
2024-09-13 01:06:46 -06:00
parent c412dabc54
commit c549ea17d8

View File

@@ -98,6 +98,7 @@ Compose Type: ${composeType} ✅`;
});
const bashCommand = `
set -e;
echo "${logBox}" >> ${logPath};
${newCompose}
${envCommand}