-
Notifications
You must be signed in to change notification settings - Fork 37
feat: --no-deprecation #44
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
Conversation
788f5fc
to
2583812
Compare
41ca19a
to
6dc0d89
Compare
CI 跪了 |
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
- Coverage 99.52% 99.15% -0.37%
==========================================
Files 6 6
Lines 209 237 +28
Branches 0 46 +46
==========================================
+ Hits 208 235 +27
- Misses 1 2 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
--no-deprecation 运行 pkg 打包eggjs 执行会报错 |
Checklist
npm test
passesAffected core subsystem(s)
Description of change
add
--no-deprecation
as default execArgv to avoid some log likeDeprecationWarning: Buffer() is deprecated
to stderr which will break startup unnecessary.