Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPC: Error: Cannot convert undefined or null to object #34120

Closed
bpasero opened this issue Sep 11, 2017 · 0 comments
Closed

IPC: Error: Cannot convert undefined or null to object #34120

bpasero opened this issue Sep 11, 2017 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded

Comments

@bpasero
Copy link
Member

bpasero commented Sep 11, 2017

Steps to Reproduce:

  1. macOS
  2. run out of sources opening any folder
  3. open another terminal and run ./code-cli.sh --wait <path to file of that folder>
  4. quit

=>

TypeError: Cannot convert undefined or null to object
    at /Users/bpasero/Development/Microsoft/monaco/out/vs/base/parts/ipc/common/ipc.js:249:53
    at /Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/event.js:257:33
    at CallbackList.invoke (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/callbackList.js:58:43)
    at Emitter.fire (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/event.js:91:40)
    at Socket.fn (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/node/event.js:15:27)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:191:7)
    at Pipe._handle.close [as _onclose] (net.js:510:12)
    at Timeout._onTimeout (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/errors.js:59:31)
    at ontimeout (timers.js:386:14)
    at tryOnTimeout (timers.js:250:5)
    at Timer.listOnTimeout (timers.js:214:5)
@joaomoreno joaomoreno added this to the September 2017 milestone Sep 11, 2017
@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug workbench labels Sep 11, 2017
@bpasero bpasero added the verified Verification succeeded label Sep 26, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants