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

Uncaught TypeError: Cannot read property 'process' of undefined #8

Open
marcofranssen opened this issue Jul 11, 2015 · 0 comments
Open

Comments

@marcofranssen
Copy link

[Enter steps to reproduce below:]

  1. Open atom with an .sh file

Atom Version: 0.184.0
System: Microsoft Windows 8.1 Pro
Thrown From: autocomplete-erlang package, v1.1.1

Stack Trace

Uncaught TypeError: Cannot read property 'process' of undefined

At C:\Users\Marco\.atom\packages\autocomplete-erlang\lib\alchemide\wrapper.coffee:34

TypeError: Cannot read property 'process' of undefined
    at Object.exports.init (C:\Users\Marco\.atom\packages\autocomplete-erlang\lib\alchemide\wrapper.coffee:52:13)
    at exit (C:\Users\Marco\.atom\packages\autocomplete-erlang\lib\alchemide\wrapper.coffee:34:22)
    at BufferedProcess.triggerExitCallback (C:\Users\Marco\AppData\Local\atom\app-0.184.0\resources\app\src\buffered-process.js:63:47)
    at ChildProcess.<anonymous> (C:\Users\Marco\AppData\Local\atom\app-0.184.0\resources\app\src\buffered-process.js:85:18)
    at ChildProcess.emit (events.js:119:17)
    at Process.ChildProcess._handle.onexit (child_process.js:1072:12)

Commands

Config

{
  "core": {
    "disabledPackages": [
      "welcome",
      "autocomplete-plus"
    ],
    "themes": [
      "seti-ui",
      "seti-syntax"
    ],
    "autoHideMenuBar": true
  },
  "autocomplete-erlang": {}
}

Installed Packages

# User
autocomplete-elixir, v1.3.12
autocomplete-erlang, v1.1.1
autocomplete-plus-async, v0.22.0
emmet, v2.3.12
language-csharp, v0.6.0
language-elixir, v0.5.1
language-erlang, v3.0.0
language-fsharp, v0.8.4
language-puppet, v0.12.0
language-scala, v1.1.3
linter, v1.1.0
linter-csslint, v0.0.14
linter-elixirc, v0.2.2
linter-erlc, v0.3.0
linter-js-yaml, v1.1.1
linter-jscs, v1.12.0
linter-jshint, v0.1.7
linter-pep8, v0.2.0
linter-php, v0.0.15
linter-phpcs, v0.0.15
linter-phpmd, v0.0.11
linter-python-pep8, v0.2.0
linter-scalac, v0.3.4
linter-tidy, v1.0.1
minimap, v4.10.0
minimap-find-and-replace, v4.2.0
omnisharp-atom, v0.2.1
php-getters-setters, v0.5.5
seti-syntax, v0.4.0
seti-ui, v0.7.1
tabs-to-spaces, v0.11.0

# Dev
No dev packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant