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

v6.0.6 silently fails #429

Closed
ahmadnassri opened this issue Feb 19, 2016 · 4 comments
Closed

v6.0.6 silently fails #429

ahmadnassri opened this issue Feb 19, 2016 · 4 comments
Labels

Comments

@ahmadnassri
Copy link
Contributor

I'm looking through the changes since v6.0.5 but not seeing why this is occurring, though easily repeatable between v6.0.5 and v6.0.6

test.js
function test() {
  console.log('hello world')
}
v6.0.5
$ standard 
standard: Use JavaScript Standard Style (http://standardjs.com) 
  /home/ahmad/Projects/test/test.js:1:10: 'test' is defined but never used
  /home/ahmad/Projects/test/test.js:1:14: Missing space before function parentheses.

produces correct output.

v6.0.6
$ standard 

produces no output.

@feross
Copy link
Member

feross commented Feb 19, 2016

Confirmed. Working on it.

@feross
Copy link
Member

feross commented Feb 19, 2016

Released as v6.0.7.

@feross
Copy link
Member

feross commented Feb 19, 2016

e4f3ba4

@feross feross closed this as completed Feb 19, 2016
@ahmadnassri
Copy link
Contributor Author

👏 thanks for the quick turn around!

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants