Closed gucong3000 closed 6 years ago
It would be nice, if CROSS MARK symbol will not add to console output.
Different terminal behavior.
Compare line of output for Cygwin and ConEmu:
Cygwin: 01:016 ❌ invalid newline: crlf, expected: lf (EditorConfig end_of_line https://goo.gl/te3t0s) ConEmu: 01:016 ❌️ invalid newline: crlf, expected: lf (EditorConfig end_of_line https://goo.gl/te3t0s)
In ConEmu output I get VARIATION SELECTOR-16 symbol in each line.
It may create some problems in debugging process, examples:
For one of my big projects:
ConEmu:
eclint check > SashaEClintWindows.txt 2>&1
SashaEClintWindows.txt — 1515 KB. Lines with VARIATION SELECTOR-16.
SashaEClintWindows.txt
VARIATION SELECTOR-16
Cygwin:
eclint check &> SashaEClintCygwin.txt
SashaEClintCygwin.txt — 1473 KB. Lines without VARIATION SELECTOR-16.
SashaEClintCygwin.txt
I get same output, but different file size because of VARIATION SELECTOR-16 symbol.
Thanks.
https://github.com/gucong3000/gulp-reporter/blob/ebf7e7a45c6163f6345a48d21416ef08e500bd12/lib/formatter.js#L151-L153
1. Summary
It would be nice, if CROSS MARK symbol will not add to console output.
2. Argumentation
Different terminal behavior.
Compare line of output for Cygwin and ConEmu:
In ConEmu output I get VARIATION SELECTOR-16 symbol in each line.
It may create some problems in debugging process, examples:
3. Environment
4. Example
For one of my big projects:
ConEmu:
SashaEClintWindows.txt
— 1515 KB. Lines withVARIATION SELECTOR-16
.Cygwin:
SashaEClintCygwin.txt
— 1473 KB. Lines withoutVARIATION SELECTOR-16
.I get same output, but different file size because of
VARIATION SELECTOR-16
symbol.Thanks.