Skip to content

Commit 574ac73

Browse files
committed
fix
1 parent 41cb00b commit 574ac73

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
@@ -53,7 +53,7 @@ export async function activate(context: ExtensionContext) {
5353
);
5454
context.subscriptions.push(containerStatusTracker);
5555

56-
const localStackStatusTracker = await createLocalStackStatusTracker(
56+
const localStackStatusTracker = createLocalStackStatusTracker(
5757
containerStatusTracker,
5858
outputChannel,
5959
timeTracker,

0 commit comments

Comments
 (0)