We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1860d22 commit 176ae5fCopy full SHA for 176ae5f
packages/core/src/shared/credentials/userCredentialsUtils.ts
@@ -92,8 +92,12 @@ export class UserCredentialsUtils {
92
const contents = credentialsContext ? ['', createNewCredentialsFile(credentialsContext)] : []
93
94
if (await fs.exists(dest)) {
95
+ //eslint-disable-next-line aws-toolkits/no-console-log
96
+ console.log('hit case where dest exists')
97
contents.unshift(await fs.readFileText(dest))
98
} else {
99
100
101
contents.unshift(header)
102
}
103
0 commit comments