Skip to content

Commit 971c86d

Browse files
committed
wip
1 parent 2ed715d commit 971c86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function activate(context: ExtensionContext) {
5050
statusBarItem.text = "$(loading~spin) LocalStack";
5151
statusBarItem.show();
5252

53-
const containerStatusTracker = await createContainerStatusTracker(
53+
const containerStatusTracker = createContainerStatusTracker(
5454
"localstack-main",
5555
outputChannel,
5656
timeTracker,

0 commit comments

Comments
 (0)