File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
packages/core/src/amazonqDoc/session Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments