yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Freezing when 'function' is typed #162

Open kevinbalouch opened 9 years ago

kevinbalouch commented 9 years ago

So I started a new JS document and typed "function" and before I could type "()", Atom freezed.

This came up in DevTools:

/Users/kevin/.atom/packages/atom-lint/lib/lint-view.coffee:100 Error: spawn jshint ENOENT
/Users/kevin/.atom/packages/atom-lint/lib/lint-view.coffee:101 Error: spawn jshint ENOENT
  at exports._errnoException (util.js:734:11)
  at Process.ChildProcess._handle.onexit (child_process.js:1035:32)
  at child_process.js:1127:20
  at process._tickCallback (node.js:357:13)