vertexclique / tokamak-terminal

Tokamak Terminal
MIT License
11 stars 2 forks source link

Uncaught TypeError: Cannot read property 'childProcess' of undefined #1

Open cafreeman opened 8 years ago

cafreeman commented 8 years ago

[Enter steps to reproduce below:]

  1. Choose Insert Text in tokamak-terminal
  2. Run `echo "Hello World!"

Atom Version: 1.6.2 System: Mac OS X 10.11.4 Thrown From: tokamak-terminal package, v0.1.1

Stack Trace

Uncaught TypeError: Cannot read property 'childProcess' of undefined

At /Users/cfreeman/.atom/packages/tokamak-terminal/lib/view.coffee:259

TypeError: Cannot read property 'childProcess' of undefined
    at TokamakTerminalView.module.exports.TokamakTerminalView.input (/Users/cfreeman/.atom/packages/tokamak-terminal/lib/view.coffee:259:19)
    at InputDialog.module.exports.InputDialog.onConfirm (/Users/cfreeman/.atom/packages/tokamak-terminal/lib/input-dialog.coffee:19:19)
    at space-pen-div.atom.commands.add.core:confirm (/Users/cfreeman/.atom/packages/tokamak-terminal/lib/dialog.coffee:15:27)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:580:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:388:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeydown (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:97:36)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)

Commands

     -1:31.1.0 vim-mode-plus:reset-normal-mode (atom-text-editor.editor.vim-mode-plus.normal-mode.is-focused)
     -1:30.9.0 vim-mode-plus:move-down (atom-text-editor.editor.vim-mode-plus.is-focused.normal-mode)
     -1:30.6.0 vim-mode-plus:insert-after-end-of-line (atom-text-editor.editor.vim-mode-plus.is-focused.normal-mode)
     -1:30.3.0 core:save (atom-text-editor.editor.vim-mode-plus.is-focused.insert-mode)
     -1:28 command-palette:toggle (atom-text-editor.editor.vim-mode-plus.is-focused.insert-mode)
  4x -1:24.8.0 core:backspace (atom-text-editor.editor.mini.is-focused)
  7x -1:21.5.0 core:move-down (atom-text-editor.editor.mini.is-focused)
  5x -1:19.3.0 core:move-up (atom-text-editor.editor.mini.is-focused)
     -1:18.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:18.1.0 tokamak:build (atom-text-editor.editor.vim-mode-plus.insert-mode)
     -1:14.6.0 command-palette:toggle (atom-text-editor.editor.vim-mode-plus.insert-mode.is-focused)
     -1:13 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:13 tokamak:run (atom-text-editor.editor.vim-mode-plus.insert-mode)
     -1:10.1.0 settings-view:open (atom-text-editor.editor.vim-mode-plus.insert-mode.is-focused)
  5x -0:08.4.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:03.7.0 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "minimap",
      "meteor-api",
      "markdown-preview",
      "linter-tidy",
      "emmet",
      "markdown-scroll-sync",
      "vim-mode",
      "ex-mode",
      "pigments"
    ],
    "excludeVcsIgnoredPaths": false,
    "themes": [
      "atom-material-ui",
      "monokai"
    ]
  },
  "tokamak-terminal": {
    "core": {},
    "style": {}
  }
}

Installed Packages

# User
Parinfer, v1.14.0
Stylus, v3.0.0
Sublime-Style-Column-Selection, v1.5.1
atom-beautify, v0.29.1
atom-material-ui, v1.2.10
autoclose-html, v0.23.0
autocomplete-go, v1.0.6
builder-go, v1.0.0
environment, v1.2.0
file-icons, v1.7.1
file-types, v0.5.1
fonts, v1.2.0
go-config, v1.1.4
go-get, v1.0.3
go-plus, v4.1.0
gofmt, v1.1.5
gometalinter-linter, v1.1.0
gorename, v1.0.2
highlight-line, v0.11.1
highlight-selected, v0.11.2
language-babel, v2.17.0
language-ejs, v0.2.0
language-elixir, v0.12.3
language-ember-htmlbars, v0.3.0
language-r, v0.4.0
language-rust, v0.4.6
language-scala, v1.1.6
language-vue, v0.10.0
linter, v1.11.4
linter-elixirc, v1.1.7
linter-eslint, v7.1.3
linter-handlebars, v2.3.4
linter-rust, v0.4.5
linter-scalac, v1.4.0
markdown-preview-plus, v2.4.0
mathjax-wrapper, v0.1.0
monokai, v0.18.0
navigator-godef, v1.0.2
pain-split, v1.4.0
project-manager, v2.9.7
racer, v0.18.0
react, v0.15.0
save-session, vundefined
sync-settings, v0.7.2
tester-go, v1.0.4
tokamak, v0.2.6
tokamak-terminal, v0.1.1
tool-bar, v0.4.0
trailing-spaces, v0.3.2
tree-view-git-status, v0.2.3
vim-mode-plus, v0.31.0
wordcount, v2.6.0

# Dev
No dev packages