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 5dd9704 commit f8f5079Copy full SHA for f8f5079
packages/core/src/codewhisperer/commands/startTransformByQ.ts
@@ -920,7 +920,7 @@ export async function cleanupTransformationJob() {
920
}
921
922
export async function stopTransformByQ(jobId: string) {
923
- telemetry.codeTransform_jobIsCancelledByUser.run(async () => {
+ await telemetry.codeTransform_jobIsCancelledByUser.run(async () => {
924
telemetry.record({
925
codeTransformSessionId: CodeTransformTelemetryState.instance.getSessionId(),
926
})
0 commit comments