-
Notifications
You must be signed in to change notification settings - Fork 368
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
fix(app-tools): failed to print error stack #4135
fix(app-tools): failed to print error stack #4135
Conversation
🦋 Changeset detectedLatest commit: a8dd245 The changes in this PR will be included in the next version bump. This PR includes changesets to release 206 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4135 +/- ##
==========================================
- Coverage 57.59% 57.54% -0.06%
==========================================
Files 672 647 -25
Lines 17794 17643 -151
Branches 3876 3852 -24
==========================================
- Hits 10249 10152 -97
+ Misses 6934 6858 -76
- Partials 611 633 +22 ☔ View full report in Codecov by Sentry. |
Summary
Before:
After:
New Terser Tip
🤖 Generated by Copilot at f4eba5e
This pull request simplifies the error handling in the
build
command of the@modern-js/app-tools
package and removes the unusedprint
module from the@modern-js/utils
package. It also adds a changeset file to document the patch updates for both packages.Details
🤖 Generated by Copilot at f4eba5e
@modern-js/app-tools
and@modern-js/utils
packages (.changeset/few-dots-develop.md)build
command of@modern-js/app-tools
by removing the unused import ofprintBuildError
and the redundanttry-catch
block (link,link)print
module from thecli
module of@modern-js/utils
and delete theprint.ts
file (link,link)Related Issue
Checklist
pnpm run change
.