Closed pipt closed 11 years ago
When JSHint experiences a fatal error, the last element of JSHINT.errors is null. This pull request updates simple_jshint to handle this case without throwing an exception.
JSHINT.errors
Looks good. Merging.
When JSHint experiences a fatal error, the last element of
JSHINT.errors
is null. This pull request updates simple_jshint to handle this case without throwing an exception.