Skip to content

Commit 1ec6f76

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

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
@@ -71,7 +71,7 @@ export async function activate(context: ExtensionContext) {
7171
context.subscriptions.push(setupStatusTracker);
7272
const endStatusTracker = Date.now();
7373
outputChannel.trace(
74-
`[setup-status-tracker]: Completed in ${ms(
74+
`[setup-status]: Completed in ${ms(
7575
endStatusTracker - startStatusTracker,
7676
{ long: true },
7777
)}`,

0 commit comments

Comments
 (0)