JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Uncaught TypeError: Cannot read property 'toString' of undefined #50

Closed cphalepk closed 8 years ago

cphalepk commented 8 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.7.2 System: Mac OS X 10.11.4 Thrown From: ink package, v0.4.4

Stack Trace

Uncaught TypeError: Cannot read property 'toString' of undefined

At /Users/admin/.atom/packages/ink/lib/editor/spinner.coffee:94

TypeError: Cannot read property 'toString' of undefined
    at ReadFileContext.callback (/Users/admin/.atom/packages/ink/lib/editor/spinner.coffee:94:27)
    at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:324:13)

Commands

     -9:23.6.0 core:save (atom-text-editor.editor.is-focused)
     -9:12 julia-client:evaluate-all (atom-text-editor.editor.is-focused)
     -9:12 autocomplete-plus:cancel (atom-text-editor.editor.is-focused)
     -9:12 inline-results:clear-all (atom-text-editor.editor.is-focused)
     -9:01.9.0 settings-view:check-for-package-updates (atom-workspace.workspace.theme-solarized-dark-syntax.theme-one-dark-ui.scrollbars-visible-when-scrolling)
     -8:28.2.0 julia-client:start-julia (atom-workspace.workspace.theme-solarized-dark-syntax.theme-one-dark-ui.scrollbars-visible-when-scrolling)
     -2:13.2.0 autocomplete-plus:confirm (atom-text-editor.editor.is-focused.autocomplete-active)
     -2:11 editor:newline (atom-text-editor.editor.is-focused)
  2x -1:48.1.0 core:backspace (atom-text-editor.editor.is-focused)
     -1:30.3.0 core:save (atom-text-editor.editor.is-focused)
  2x -0:48.1.0 core:move-right (atom-text-editor.editor.is-focused)
  2x -0:45.5.0 core:save (atom-text-editor.editor.is-focused)
     -0:12.9.0 find-and-replace:show (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "themes": [
      "one-dark-ui",
      "solarized-dark-syntax"
    ]
  }
}

Installed Packages

# User
ink, v0.4.4
julia-client, v0.4.7
language-julia, v0.6.0

# Dev
No dev packages
MikeInnes commented 8 years ago

Your packages are probably just out of sync – make sure you've got the latest ink and julia-client in the setting, and then restart atom.

cphalepk commented 8 years ago

resolved^

pfitzseb commented 8 years ago

Great!