inkytonik/atom-sbt

Uncaught TypeError: Cannot read property 'statusBarTile' of undefined

Closed this issue · 1 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.21.1 x64
Electron: 1.6.15
OS: Microsoft Windows 8.1 Pro
Thrown From: sbt package 0.13.0

Stack Trace

Uncaught TypeError: Cannot read property 'statusBarTile' of undefined

At C:\Users\23917\.atom\packages\sbt\lib\project.coffee:46

TypeError: Cannot read property 'statusBarTile' of undefined
    at Project.module.exports.Project.isRunning (/packages/sbt/lib/project.coffee:46:14)
    at Project.module.exports.Project.togglePanel (/packages/sbt/lib/project.coffee:79:9)
    at Project.module.exports.Project.showPanel (/packages/sbt/lib/project.coffee:76:8)
    at Project.module.exports.Project.runCommand (/packages/sbt/lib/project.coffee:106:6)
    at /packages/sbt/lib/sbt.coffee:88:19)
    at CommandRegistry.handleCommandEvent (~/AppData/Local/atom/app-1.21.1/resources/app/src/command-registry.js:381:36)
    at CommandRegistry.dispatch (~/AppData/Local/atom/app-1.21.1/resources/app/src/command-registry.js:266:23)
    at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (~/AppData/Local/atom/app-1.21.1/resources/app/src/atom-environment.js:1348:34)
    at EventEmitter.outerCallback (~/AppData/Local/atom/app-1.21.1/resources/app/src/application-delegate.js:335:31)
    at emitThree (events.js:116:13)
    at EventEmitter.emit (events.js:194:7)

Commands

     -9:55.6.0 sbt:toggle-panel (input.hidden-input)
     -7:24.8.0 core:confirm (input.hidden-input)
     -5:42.2.0 core:delete (input.hidden-input)
     -4:12.9.0 sbt:compile (input.hidden-input)
  4x -1:09.8.0 linter-ui-default:toggle-panel (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)
     -1:01.3.0 grammar-selector:show (atom-text-editor.editor.has-selection.is-focused)
     -0:50 sbt:toggle-panel (input.hidden-input)
     -0:38.2.0 sbt:test (input.hidden-input)
     -0:30 sbt:compile (input.hidden-input)

Non-Core Packages

atom-pyspark 0.2.6 
build-sbt 0.6.0 
busy-signal 1.4.3 
Hydrogen 2.0.1 
language-scala 1.1.9 
language-sparkling 0.4.2 
linter 2.2.0 
linter-ui-default 1.6.10 
sbt 0.13.0 

Duplicate of #24