center-code icon indicating copy to clipboard operation
center-code copied to clipboard

'Broken pipe' when directing cat output to center

Open joelgrimberg opened this issue 3 years ago • 0 comments

command: cat cypress.config.js | center

outputs: ERROR: cannot find input file undefined Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> BrokenPipeError: [Errno 32] Broken pipe

a normal cat (without the | center) just outputs the content of the file to my terminal.

joelgrimberg avatar Oct 02 '22 06:10 joelgrimberg