Replies: 1 comment
-
|
I just confirmed: if there is no stderr, only stdout - the preview shows nothing (even if exit code was non-zero). This feels like a bug. Thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've implemented a quick and dirty encrypted file channel (essentially the files channel with a decrypt instead of bat call). For the situation where preview fails (e.g. bad password), I'm seeing two odd things:
For my specific use case, the output is not useful as the truncation happens before useful content is displayed (stderr starts with timestamp and file path of the error). Is this expected?
Any tricks and tips? A search of the existing docs and (open and closed) issues/discussions didn't get any useful hits. Thanks!
EDIT using v0.15.4 from https://github.com/alexpasmantier/television/releases/tag/0.15.4 specifically tv-0.15.4-x86_64-pc-windows-msvc.zip
Beta Was this translation helpful? Give feedback.
All reactions