Skip to content

Commit c52813d

Browse files
committed
wip
1 parent 2146249 commit c52813d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/manage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export async function startLocalStack(
115115
"localstack.utils.container_utils.container_client.ContainerException",
116116
)
117117
) {
118+
// Abort the process if we detect a ContainerException, otherwise it will hang indefinitely.
118119
context.abort();
119120
throw new Error("ContainerException");
120121
}

0 commit comments

Comments
 (0)