summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/messages
diff options
context:
space:
mode:
authorTaylor Mullen <[email protected]>2025-05-17 23:04:26 -0700
committerN. Taylor Mullen <[email protected]>2025-05-17 23:06:50 -0700
commitf0b9199a772d23f8c9375c8cd627da345bc205ae (patch)
tree30ea82879a4c6c35c12a065d4dc731636d8ef6c9 /packages/cli/src/ui/components/messages
parent5bddf40fd19f8a9d402aec8c941e257266aa03c8 (diff)
refactor: Remove console.error from WriteFileTool
- Removes an unnecessary `console.error` call from the `shouldConfirmExecute` method in the `WriteFileTool` class. - This logging was redundant as validation errors are already handled and returned by the method. - Additionally, `console.error` is not suitable for this scenario, as incorrect arguments can be provided by the LLM, and these are anticipated and managed without needing an error log. Fixes https://b.corp.google.com/issues/418491206
Diffstat (limited to 'packages/cli/src/ui/components/messages')
0 files changed, 0 insertions, 0 deletions