wcandillon / language-jsoniq

JSONiq & XQuery Package for Atom
https://atom.io/packages/language-jsoniq
Apache License 2.0
5 stars 1 forks source link

Uncaught Error: channel closed #9

Closed wcandillon closed 9 years ago

wcandillon commented 9 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.194.0 System: Mac OS X 10.10.3 Thrown From: language-jsoniq package, v1.3.0

Stack Trace

Uncaught Error: channel closed

At events.js:141

Error: channel closed
  at ChildProcess.target.send (child_process.js:396:26)
  at JSONiqLinter.module.exports.JSONiqLinter.lintFile (/Users/wcandillon/tmp/language-jsoniq/lib/language-jsoniq.js:61:22)
  at /Users/wcandillon/.atom/packages/linter/lib/linter-view.coffee:150:18
  at Array.forEach (native)
  at /Users/wcandillon/.atom/packages/linter/lib/linter-view.coffee:149:18
  at FSReqWrap.oncomplete (fs.js:77:15)

Commands

     -1:12 editor:indent (atom-text-editor.editor.is-focused)
     -1:06.9.0 core:backspace (atom-text-editor.editor.is-focused)
     -1:04.8.0 core:paste (atom-text-editor.editor.is-focused)
     -1:02.6.0 core:move-left (atom-text-editor.editor.is-focused)
     -0:41.4.0 core:backspace (atom-text-editor.editor.is-focused)
  7x -0:39.7.0 core:save (atom-text-editor.editor.is-focused)
  2x -0:38.5.0 core:move-right (atom-text-editor.editor.is-focused)
  2x -0:29.2.0 core:copy (atom-text-editor.editor.is-focused)
  2x -0:26.3.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:25.5.0 snippets:previous-tab-stop (atom-text-editor.editor.is-focused)
     -0:25.5.0 editor:outdent-selected-rows (atom-text-editor.editor.is-focused)
  5x -0:20.2.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:15.7.0 core:paste (atom-text-editor.editor.is-focused)
     -0:14 core:move-left (atom-text-editor.editor.is-focused)
  3x -0:10.5.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:05.9.0 autocomplete-plus:confirm (atom-text-editor.editor.is-focused)

Config

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

Installed Packages

# User
autocomplete-plus, v2.8.0
language-javascript-semantic, v0.1.0
language-jsoniq, v1.3.0
linter, v0.11.1
linter-jshint, v0.1.0

# Dev
No dev packages