Skip to content

Commit afa4c7d

Browse files
committed
save
1 parent 2b02288 commit afa4c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/codewhisperer/service/recommendationHandler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,8 @@ export class RecommendationHandler {
653653
console.log('fetching next recommendations')
654654
await this.fetchNextRecommendations()
655655
}
656+
// eslint-disable-next-line aws-toolkits/no-console-log
657+
console.log('is lock busy?: %O', lock.isBusy(updateInlineLockKey))
656658
await lock.acquire(updateInlineLockKey, async () => {
657659
// eslint-disable-next-line aws-toolkits/no-console-log
658660
console.log('aquired the lock')

0 commit comments

Comments
 (0)