Skip to content

Commit 9c79886

Browse files
log emitter version (#8685)
Co-authored-by: Catalina Peralta <caperal@microsoft.com>
1 parent 5671568 commit 9c79886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/tsp-client/src

tools/tsp-client/src/fs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export async function getEmitterFromRepoConfig(emitterPath: string): Promise<str
6363
for (const lang of languages) {
6464
const emitter = Object.keys(obj.dependencies).find((dep: string) => dep.startsWith(lang));
6565
if (emitter) {
66-
Logger.info(`Found emitter package ${emitter}`);
66+
Logger.info(`Found emitter package ${emitter}@${obj.dependencies[emitter]}`);
6767
return emitter;
6868
}
6969
}

0 commit comments

Comments
 (0)