Skip to content

Commit 6f065ce

Browse files
committed
wip
1 parent 6699d2b commit 6f065ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/manage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export async function startLocalStack(
108108
outputChannel,
109109
onStderr(data: Buffer, context) {
110110
const text = data.toString();
111-
// Currently, the LocalStack CLI does not return a non-zero exit code if the container fails to start.
111+
// Currently, the LocalStack CLI does not exit if the container fails to start in specific scenarios.
112112
// As a workaround, we look for a specific error message in the output to determine if the container failed to start.
113113
if (
114114
text.includes(

0 commit comments

Comments
 (0)