You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Not actually sure how this came about, but I was replicating some components and interfaces between projects of mine and this error started popping up. I did add a new alias in the tsconfig in the new project to mirror what was in my old project (to point at a shared module in the source) but I'm not sure that would cause this issue...
At events.js:177
Error [ERR_IPC_CHANNEL_CLOSED] [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at ChildProcess.target.send (internal/child_process.js:678:16)
at Task.send (/usr/share/atom/resources/app/static/<embedded>:14:43629)
at /packages/linter-tslint/lib/workerHelper.js:62:29
at new Promise (<anonymous>)
at WorkerHelper.requestJob (/packages/linter-tslint/lib/workerHelper.js:46:12)
at /packages/linter-tslint/lib/main.js:88:39
at Generator.next (<anonymous>)
at step (/packages/linter-tslint/lib/main.js:7:273)
at /packages/linter-tslint/lib/main.js:7:443
at new Promise (<anonymous>)
at /packages/linter-tslint/lib/main.js:7:99
at Function.simpleDispatch (/usr/share/atom/resources/app/static/<embedded>:11:1190511)
at Emitter.emit (/usr/share/atom/resources/app/static/<embedded>:11:1191952)
at TextBuffer.saveTo (/usr/share/atom/resources/app/static/<embedded>:11:498720)
at async Promise.all (index 0)
Not actually sure how this came about, but I was replicating some components and interfaces between projects of mine and this error started popping up. I did add a new alias in the tsconfig in the new project to mirror what was in my old project (to point at a shared module in the source) but I'm not sure that would cause this issue...
Atom: 1.52.0 x64
Electron: 6.1.12
OS: Ubuntu 20.04.1
Thrown From: linter-tslint package 1.10.43
Stack Trace
Uncaught Error: Channel closed
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: