wookiehangover / jshint.vim

JSHint fork of jslint.vim
Other
194 stars 45 forks source link

Adds node stack trace to default node jshint error message #25

Closed johngalambos closed 10 years ago

johngalambos commented 10 years ago

Adds the node stack trace to the error message displayed in vim when something goes wrong with the node jshint process. This is intended to more easily diagnose and help resolve issues like #24.

wookiehangover commented 10 years ago

Thanks @johngalambos!