You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the deps folder doesn't exist, the linter throws the next error:
Error: ENOENT: no such file or directory, scandir '/Users/gomezhyuuga/Development/erlang/deps/'
Error: ENOENT: no such file or directory, scandir '/Users/gomezhyuuga/Development/erlang/deps/'
at Error (native)
at Object.fs.readdirSync (fs.js:813:18)
at Object.fs.readdirSync (ATOM_SHELL_ASAR.js:449:28)
at /Users/gomezhyuuga/.atom/packages/linter-erlang/lib/init.coffee:47:14
at Object.provider.lint (/Users/gomezhyuuga/.atom/packages/linter-erlang/lib/init.coffee:42:20)
at Promise.then._this.emitter.emit.linter (/Users/gomezhyuuga/.atom/packages/linter/lib/linter-registry.coffee:59:22)
at LinterRegistry.triggerLinter (/Users/gomezhyuuga/.atom/packages/linter/lib/linter-registry.coffee:58:16)
at /Users/gomezhyuuga/.atom/packages/linter/lib/linter-registry.coffee:52:17
at Array.map (native)
at /Users/gomezhyuuga/.atom/packages/linter/lib/linter-registry.coffee:50:27
The text was updated successfully, but these errors were encountered:
gomezhyuuga
added a commit
to gomezhyuuga/linter-erlang
that referenced
this issue
Oct 20, 2015
It should be fixed but the pull-request ( #6 ) has not been merged yet. You can check the commit and apply the changes for yourself or you can use this fork.
When the deps folder doesn't exist, the linter throws the next error:
The text was updated successfully, but these errors were encountered: