You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: implement consistent logging strategy and translate error messages (#520)
- Added `info`, `warn`, and `error` logging utilities to `src/utils.ts`.
- Replaced direct `console.error`, `console.warn`, and `console.info` usage with the new utilities across the codebase.
- Added localization for the `currentVersionInfo` parsing error.
- Renamed shadowed `error` variable in `src/core.ts` to `err`.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: sunnylqm <615282+sunnylqm@users.noreply.github.com>
0 commit comments