Skip to content

Commit d401016

Browse files
committed
add console.log to see why review test is failing
1 parent dcb34d1 commit d401016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ export async function createScanJob(
268268
getLogger().info(
269269
`Amazon Q Code Review requestId: ${resp.$response.requestId} and Amazon Q Code Review jobId: ${resp.jobId}`
270270
)
271+
// eslint-disable-next-line aws-toolkits/no-console-log
272+
console.log(
273+
`Amazon Q Code Review requestId: ${resp.$response.requestId} and Amazon Q Code Review jobId: ${resp.jobId}`
274+
)
271275
TelemetryHelper.instance.sendCodeScanEvent(languageId, resp.$response.requestId)
272276
return resp
273277
}

0 commit comments

Comments
 (0)