Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error messages should go to stderr #55

Open
agentzh opened this issue Jan 15, 2014 · 1 comment
Open

Syntax error messages should go to stderr #55

agentzh opened this issue Jan 15, 2014 · 1 comment

Comments

@agentzh
Copy link
Contributor

agentzh commented Jan 15, 2014

Right now the syntax error messages seem to go to stdout:

$ sudo ./ktap -e 'a = '
lexerror: [one-liner]:1: unexpected symbol near <eof>
$ sudo ./ktap -e 'a = ' > /dev/null
$

I think it makes more sense to go to stderr instead.

@ktap
Copy link
Owner

ktap commented Jan 15, 2014

Fixed now, thank you for this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants