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 6699d2b commit 6f065ceCopy full SHA for 6f065ce
src/utils/manage.ts
@@ -108,7 +108,7 @@ export async function startLocalStack(
108
outputChannel,
109
onStderr(data: Buffer, context) {
110
const text = data.toString();
111
- // Currently, the LocalStack CLI does not return a non-zero exit code if the container fails to start.
+ // Currently, the LocalStack CLI does not exit if the container fails to start in specific scenarios.
112
// As a workaround, we look for a specific error message in the output to determine if the container failed to start.
113
if (
114
text.includes(
0 commit comments