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

hangs indefinitely on directories without any files to lint #24

Closed
brandonhorst opened this issue Feb 4, 2015 · 3 comments

Comments

@brandonhorst
Copy link
Contributor

commented Feb 4, 2015

mkdir /tmp/new
cd /tmp/new
standard

if you don't have any js files, in /tmp, it should just hang forever.

@brandonhorst

This comment has been minimized.

Copy link
Contributor Author

commented Feb 4, 2015

Hmmm, the problem seems to be that if you don't pass any files to JSCS, it waits for input from stdin. I'll submit a PR.

@feross

This comment has been minimized.

Copy link
Member

commented Feb 5, 2015

Fixed in 87b750b

@feross feross closed this Feb 5, 2015

@feross

This comment has been minimized.

Copy link
Member

commented Feb 5, 2015

Released as 2.4.2.

@lock lock bot locked as resolved and limited conversation to collaborators May 11, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants
You can’t perform that action at this time.