Closed piranna closed 8 years ago
The >| redirection is not correctly parsed, js-shell-parse believes that's a pipe and that the > is part of the first command and raising a SyntaxisError, since it thinks that's a redirection of stdout to some not defined place.
>|
js-shell-parse
>
stdout
Cool, thank you! :-D
The
>|
redirection is not correctly parsed,js-shell-parse
believes that's a pipe and that the>
is part of the first command and raising a SyntaxisError, since it thinks that's a redirection ofstdout
to some not defined place.