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

TypeError: Cannot read property 'close' of undefined #51521

Closed
bpasero opened this issue Jun 9, 2018 · 0 comments
Closed

TypeError: Cannot read property 'close' of undefined #51521

bpasero opened this issue Jun 9, 2018 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded workbench-diagnostics General VS Code built-in diagnostic issues
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Jun 9, 2018

Steps to Reproduce:

  1. open process explorer in VS Code
  2. Cmd+Q

=>

[main 15:09:09] TypeError: Cannot read property 'close' of undefined
    at BrowserWindow.<anonymous> (/Users/bpasero/Development/Microsoft/monaco/out/vs/platform/issue/electron-main/issueService.js:110:50)
    at emitOne (events.js:121:20)
    at BrowserWindow.emit (events.js:211:7)
    at CodeWindow.close (/Users/bpasero/Development/Microsoft/monaco/out/vs/code/electron-main/window.js:736:27)
    at /Users/bpasero/Development/Microsoft/monaco/out/vs/platform/lifecycle/electron-main/lifecycleMain.js:118:32
    at _Base.Class.derive._creator.CompletePromise_done [as done] (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/winjs.base.js:1539:34)
    at Object.notifySuccess [as _notify] (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/winjs.base.js:1195:48)
    at Object.enter (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/winjs.base.js:867:30)
    at Promise_ctor._run (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/winjs.base.js:1083:29)
    at Promise_ctor._completed (/Users/bpasero/Development/Microsoft/monaco/out/vs/base/common/winjs.base.js:1051:18)
    at EventEmitter.<anonymous> (/Users/bpasero/Development/Microsoft/monaco/out/vs/platform/lifecycle/electron-main/lifecycleMain.js:210:76)
    at Object.onceWrapper (events.js:317:30)
    at emitTwo (events.js:126:13)
    at EventEmitter.emit (events.js:214:7)
    at WebContents.<anonymous> (/Users/bpasero/Development/Microsoft/monaco/.build/electron/Code - OSS.app/Contents/Resources/electron.asar/browser/api/web-contents.js:286:13)
    at emitTwo (events.js:126:13)
    at WebContents.emit (events.js:214:7)

@RMacfarlane RMacfarlane added bug Issue identified by VS Code Team member as probable bug workbench-diagnostics General VS Code built-in diagnostic issues labels Jul 2, 2018
@RMacfarlane RMacfarlane added this to the July 2018 milestone Jul 2, 2018
@roblourens roblourens added the verified Verification succeeded label Aug 1, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 16, 2018
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 workbench-diagnostics General VS Code built-in diagnostic issues
Projects
None yet
Development

No branches or pull requests

3 participants