Arcath / compile-watch

Watch and compile files with atom
3 stars 0 forks source link

Uncaught TypeError: Cannot read property 'split' of undefined #7

Open dmzstudio opened 8 years ago

dmzstudio 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: compile-watch package, v0.1.4

Stack Trace

Uncaught TypeError: Cannot read property 'split' of undefined

At /Users/Dave/.atom/packages/compile-watch/lib/compile-watch.coffee:54

TypeError: Cannot read property 'split' of undefined
    at Object.module.exports.watchFile (/Users/Dave/.atom/packages/compile-watch/lib/compile-watch.coffee:54:24)
    at atom-workspace.<anonymous> (/Users/Dave/.atom/packages/compile-watch/lib/compile-watch.coffee:31:68)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
    at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61)
    at CommandRegistry.module.exports.CommandRegistry.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:160:19)
    at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (/Applications/Atom.app/Contents/Resources/app.asar/src/atom-environment.js:1100:28)
    at EventEmitter.outerCallback (/Applications/Atom.app/Contents/Resources/app.asar/src/application-delegate.js:314:25)
    at emitTwo (events.js:87:13)
    at EventEmitter.emit (events.js:172:7)

Commands

     -2:27.6.0 core:move-right (atom-text-editor.editor.is-focused)
     -2:27 core:backspace (atom-text-editor.editor.is-focused)
     -2:26.3.0 core:move-down (atom-text-editor.editor.is-focused)
     -2:26.2.0 core:move-right (atom-text-editor.editor.is-focused)
     -2:25.5.0 editor:move-to-end-of-screen-line (atom-text-editor.editor.is-focused)
  4x -2:25.3.0 core:move-left (atom-text-editor.editor.is-focused)
     -2:24.2.0 core:move-right (atom-text-editor.editor.is-focused)
  8x -2:23.4.0 core:backspace (atom-text-editor.editor.is-focused)
     -1:49.5.0 core:move-right (atom-text-editor.editor.is-focused)
  8x -1:49.1.0 core:backspace (atom-text-editor.editor.is-focused)
     -1:40.3.0 core:undo (atom-text-editor.editor.is-focused)
  2x -1:39.5.0 core:backspace (atom-text-editor.editor.is-focused)
  3x -1:30.5.0 core:move-right (atom-text-editor.editor.is-focused)
  7x -1:29.8.0 core:backspace (atom-text-editor.editor.is-focused)
     -1:23.3.0 core:save (atom-text-editor.editor.is-focused)
     -0:00.7.0 compile-watch:watch (ul.list-inline.tab-bar.inset-panel)

Config

{
  "core": {
    "audioBeep": false,
    "disabledPackages": [
      "atom-zurb-foundation-jade",
      "sass-watch",
      "sass-autocompile"
    ],
    "themes": [
      "genesis-ui",
      "firewatch-syntax"
    ]
  }
}

Installed Packages

# User
Atom-Syntax-highlighting-for-Sass, v0.5.0
Sass-Syntax-Highlight, v0.1.1
atom-zurb-foundation, v2.0.0
autocomplete-sass, v0.1.0
compile-watch, v0.1.4
firewatch-syntax, v1.0.1
genesis-ui, v0.4.0
jQuery, v1.2.4
language-haml, v0.24.0
language-pug, v0.0.17
linter, v1.11.4
linter-haml, v1.2.0
linter-pug-lint, v0.2.0
linter-sass-lint, v1.4.1
sass-comment, v1.4.0

# Dev
No dev packages