Skip to content

Commit b224ef7

Browse files
skyrpexanisaoshafi
andauthored
Update src/utils/setup-status.ts
Co-authored-by: Anisa Oshafi <[email protected]>
1 parent 62494cf commit b224ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/setup-status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function createSetupStatusTracker(
2424
const emitter = createEmitter<SetupStatus>(outputChannel);
2525
const end = Date.now();
2626
outputChannel.trace(
27-
`[setup-status-tracker]: Initialized dependencies in ${ms(end - start, { long: true })}`,
27+
`[setup-status]: Initialized dependencies in ${ms(end - start, { long: true })}`,
2828
);
2929

3030
let timeout: NodeJS.Timeout | undefined;

0 commit comments

Comments
 (0)