We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891f053 commit 995d8eeCopy full SHA for 995d8ee
src/utils/manage.ts
@@ -115,6 +115,7 @@ export async function startLocalStack(
115
"localstack.utils.container_utils.container_client.ContainerException",
116
)
117
) {
118
+ // Abort the process if we detect a ContainerException, otherwise it will hang indefinitely.
119
context.abort();
120
throw new Error("ContainerException");
121
}
0 commit comments