Skip to content

Commit 93c82fe

Browse files
skyrpexanisaoshafi
andauthored
Update src/extension.ts
Co-authored-by: Anisa Oshafi <[email protected]>
1 parent 1ec6f76 commit 93c82fe

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
@@ -62,7 +62,7 @@ export async function activate(context: ExtensionContext) {
6262
);
6363
context.subscriptions.push(localStackStatusTracker);
6464

65-
outputChannel.trace(`[setup-status-tracker]: Starting...`);
65+
outputChannel.trace(`[setup-status]: Starting...`);
6666
const startStatusTracker = Date.now();
6767
const setupStatusTracker = await createSetupStatusTracker(
6868
outputChannel,

0 commit comments

Comments
 (0)