| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Just a nit, but it's a bit odd to have one of the new codes use %s while the other uses a template string.
Sorry, something went wrong.
There was a problem hiding this comment.
@jasnell I have used template string. So, do you want me to convert it to %s?
Sorry, something went wrong.
There was a problem hiding this comment.
I would switch the ERR_INVALID_REPL_HISTORY one to use a template string
Sorry, something went wrong.
There was a problem hiding this comment.
@jasnell Done.
Sorry, something went wrong.
There was a problem hiding this comment.
This should likely be a TypeError. Since this is already a semver-major change, may as well fix the type
Sorry, something went wrong.
There was a problem hiding this comment.
@jasnell I too thought on those lines. But to be consistent with previous code, I did in that manner. Now, it is fixed. Thanks.
Sorry, something went wrong.
There was a problem hiding this comment.
be sure to line up the arguments appropriate and run make lint
Sorry, something went wrong.
There was a problem hiding this comment.
@jasnell Unfortunately, it is not captured in lint test. Now, it's Done.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #13299 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Too late, but doesn't LGTM. ERR_INVALID_REPL_HISTORY doesn't appear to be used at all. Please review #13733. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
lib/internal/repl.js
lib/internal/errors.js
ref: #11273