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 30a5a71 commit 20f32d2Copy full SHA for 20f32d2
src/utils/localstack-status.ts
@@ -81,7 +81,7 @@ function getLocalStackStatus(
81
}
82
83
84
-async function fetchHealth(outputChannel: LogOutputChannel): Promise<boolean> {
+async function fetchHealth(): Promise<boolean> {
85
// Abort the fetch if it takes more than 500ms.
86
const controller = new AbortController();
87
setTimeout(() => controller.abort(), 500);
0 commit comments