Skip to content

Commit

Permalink
Update packages/ai-workspace-agent/src/browser/functions.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Langer <[email protected]>
  • Loading branch information
JonasHelming and planger authored Nov 14, 2024
1 parent 769428d commit 3961d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ai-workspace-agent/src/browser/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class WorkspaceFunctionScope {
return true;
}
}
} catch (error) {
} catch {
// If .gitignore does not exist or cannot be read, continue without error
}
}
Expand Down

0 comments on commit 3961d72

Please sign in to comment.