Skip to content

Commit 9304647

Browse files
committed
Fix the error message of grepSearch tool.
1 parent 2a48203 commit 9304647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export class GrepSearch {
138138
this.logger.error(`Ripgrep process exited with code ${code}`)
139139
return new Error(`Ripgrep process exited with code ${code}`)
140140
}
141-
return new Error()
141+
return new Error(`Ripgrep process exited with code ${code}`)
142142
},
143143
}
144144

0 commit comments

Comments
 (0)