Skip to content

Commit 5263371

Browse files
committed
Fix merge conflicts
1 parent c85c58b commit 5263371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhispererChat/tools/listDirectory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class ListDirectory {
4848
updates.end()
4949
}
5050

51-
public async invoke(updates: Writable): Promise<InvokeOutput> {
51+
public async invoke(updates?: Writable): Promise<InvokeOutput> {
5252
try {
5353
const fileUri = vscode.Uri.file(this.fsPath)
5454
const listing = await readDirectoryRecursively(fileUri, 0)

0 commit comments

Comments
 (0)