| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| var self = this; | ||
| this._hadError = false; | ||
| this._handle.onerror = function(message, errno) { | ||
| this._handle.onerror = (message, errno) => { |
There was a problem hiding this comment.
I wouldn't change this one to an arrow function. There's really no point in doing so here. I would just add a name to the existing function
Sorry, something went wrong.
|
no CI? |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Failure on arm in CI looks un-related so should be good to land |
Sorry, something went wrong.
PR-URL: #9389 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
|
This has broken linting on CI because it violates a lint rule that landed since CI was run for it 5 days ago. :-( |
Sorry, something went wrong.
PR-URL: #9389 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
zlib
Description of change
named handlers
Ref: #8913