Skip to content

Commit f0d0521

Browse files
committed
startCodeGeneration change
1 parent 3c216dd commit f0d0521

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/core/src/amazonqDoc/session/sessionState.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ export class DocCodeGenState extends BaseCodeGenState {
9292
}
9393

9494
protected async startCodeGeneration(action: SessionStateAction, codeGenerationId: string): Promise<void> {
95-
if (!action.tokenSource?.token.isCancellationRequested) {
96-
;(action.messenger as DocMessenger).sendDocProgress(
97-
this.tabID,
98-
DocGenerationStep.SUMMARIZING_FILES,
99-
0,
100-
action.mode as Mode
101-
)
102-
}
95+
if (!action.tokenSource?.token.isCancellationRequested) {
96+
;(action.messenger as DocMessenger).sendDocProgress(
97+
this.tabID,
98+
DocGenerationStep.SUMMARIZING_FILES,
99+
0,
100+
action.mode as Mode
101+
)
102+
}
103103

104104
await this.config.proxyClient.startCodeGeneration(
105105
this.config.conversationId,

0 commit comments

Comments
 (0)