| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Subsystem name should be all lowercase. |
Sorry, something went wrong.
Update `var` to `const` and `assert.equal` to `assert.strictEqual`
|
commit message updated. subsystem is now in all lowercase. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
This is my first change...did this during code & learn NINA 2016 .... do I merge myself or will someone merge this? |
Sorry, something went wrong.
|
@ghvaldez We will do that, it just takes us a while to et everyone’s PRs reviewed and ready for merging :) |
Sorry, something went wrong.
|
CI failure is unrelated. |
Sorry, something went wrong.
Update `var` to `const` PR-URL: nodejs#10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: #10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: nodejs#10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: nodejs#10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: #10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: #10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: #10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test
Description of change
Updated all var to const and updated assert.equal to
assert.strictEqual