| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
Co-authored-by: Moshe Atlow <moshe@atlow.co.il>
Sorry, something went wrong.
Sorry, something went wrong.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Sorry, something went wrong.
Sorry, something went wrong.
| yield 'X'; | ||
| } | ||
| if ((type === 'test:fail' || type === 'test:pass') && ++count % 20 === 0) { | ||
| if ((type === 'test:fail' || type === 'test:pass') && ++count === columns) { |
There was a problem hiding this comment.
Could the ++count === columns be nested inside of the top level if? That way we only need to call getLineLength() once from there.
Sorry, something went wrong.
There was a problem hiding this comment.
The need to call again is in case of resize of the terminal
Sorry, something went wrong.
Co-authored-by: cjihrig <cjihrig@gmail.com>
Co-authored-by: cjihrig <cjihrig@gmail.com>
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
I had a problem with PR #47901 so recreating it