chore: generate
This commit is contained in:
parent
7d3d80f840
commit
77963d884a
3 changed files with 5 additions and 11 deletions
|
|
@ -113,4 +113,3 @@ for (const q of GLOB_QUERIES) {
|
|||
}
|
||||
|
||||
process.exit(0)
|
||||
|
||||
|
|
|
|||
|
|
@ -113,9 +113,7 @@ export const GrepTool = Tool.define(
|
|||
|
||||
if (result.hasNextPage) {
|
||||
output.push("")
|
||||
output.push(
|
||||
`(Results truncated. Consider using a more specific path or pattern.)`,
|
||||
)
|
||||
output.push(`(Results truncated. Consider using a more specific path or pattern.)`)
|
||||
}
|
||||
|
||||
if (result.partial) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue