Skip to content

Commit 176ae5f

Browse files
committed
track code path
1 parent 1860d22 commit 176ae5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/shared/credentials/userCredentialsUtils.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,12 @@ export class UserCredentialsUtils {
9292
const contents = credentialsContext ? ['', createNewCredentialsFile(credentialsContext)] : []
9393

9494
if (await fs.exists(dest)) {
95+
//eslint-disable-next-line aws-toolkits/no-console-log
96+
console.log('hit case where dest exists')
9597
contents.unshift(await fs.readFileText(dest))
9698
} else {
99+
//eslint-disable-next-line aws-toolkits/no-console-log
100+
console.log('hit case where dest exists')
97101
contents.unshift(header)
98102
}
99103

0 commit comments

Comments
 (0)