Skip to content

Commit 4166979

Browse files
committed
unit test
1 parent 41f7c69 commit 4166979

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/amazonq/lsp/lspController.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ export class LspController {
360360
result: 'Failed',
361361
amazonqIndexFileCount: 0,
362362
amazonqIndexFileSizeInMB: 0,
363+
reason: `Unknown`,
363364
})
364365
}
365366
} catch (e) {
@@ -369,6 +370,7 @@ export class LspController {
369370
result: 'Failed',
370371
amazonqIndexFileCount: 0,
371372
amazonqIndexFileSizeInMB: 0,
373+
reason: `${e}`,
372374
})
373375
} finally {
374376
this._isIndexingInProgress = false

0 commit comments

Comments
 (0)