colorSchemeTool icon indicating copy to clipboard operation
colorSchemeTool copied to clipboard

stdout is not a tty

Open Alperzkn opened this issue 7 years ago • 2 comments

Hi

When I try to run convert.sh it fails to convert the files in vscThemes. And I receive an error which says "stdout is not a tty" in the shell.

Anyone facing this problem?

Alperzkn avatar Sep 09 '18 22:09 Alperzkn

VSC themes conversion has been added just recently.

Can you try commenting out lines 3 to 16 in convert.sh? Does it work after that?

denofevil avatar Sep 10 '18 09:09 denofevil

Thanks for your response. I solved the problem, explained here; https://stackoverflow.com/questions/45890339/stdout-is-not-a-tty-using-bash-for-node-tape-tap-spec

Alperzkn avatar Sep 10 '18 20:09 Alperzkn