-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix: fix capturePrintError logger duplicate event handlers
#7197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AriPerkkio
merged 9 commits into
vitest-dev:main
from
hi-ogawa:fix-capture-print-error-logger
Jan 9, 2025
Merged
fix: fix capturePrintError logger duplicate event handlers
#7197
AriPerkkio
merged 9 commits into
vitest-dev:main
from
hi-ogawa:fix-capture-print-error-logger
Jan 9, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
|
Description
I moved some logic from
Logger.printErrorto bareprintErrorutil, socapturePrintErrordoesn't need an entireLoggerinstance.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.