This commit is contained in:
Typed SIGTERM
2025-09-04 20:08:50 +08:00
committed by GitHub
parent caf244120c
commit 15171622df

View File

@@ -42,7 +42,7 @@ export const buildDocker = async (
await mechanizeDockerContainer(application);
writeStream.write("\nDocker Deployed: ✅\n");
} catch (error) {
writeStream.write("❌ ${error}");
writeStream.write(`${error}`);
throw error;
} finally {
writeStream.end();