Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Exception in 'crawlComplete' listener #12658

Closed
ficristo opened this issue Aug 9, 2016 · 0 comments · Fixed by #12659
Closed

Exception in 'crawlComplete' listener #12658

ficristo opened this issue Aug 9, 2016 · 0 comments · Fixed by #12659
Assignees

Comments

@ficristo
Copy link
Collaborator

ficristo commented Aug 9, 2016

Running some tests I see the following exception. I'm starting to think it's becoming important to fix because I've the impression it affects the tests results.

EventDispatcher.js:235 Exception in 'crawlComplete' listener on NodeDomain {connection: NodeConnection, _domainName: "FindInFiles", _domainPath: "C:/Program Files (x86)/Brackets/dev/test/../src/search/node/FindInFilesDomain", _domainLoaded: true, _connectionPromise: null…} TypeError: Cannot read property 'name' of null TypeError: Cannot read property 'name' of null
    at nodeFileCacheComplete (file:///C:/Program%20Files%20(x86)/Brackets/dev/src/search/FindInFiles.js:99:58)
    at NodeDomain.trigger (file:///C:/Program%20Files%20(x86)/Brackets/dev/src/utils/EventDispatcher.js:233:40)
    at Object.triggerWithArray (file:///C:/Program%20Files%20(x86)/Brackets/dev/src/utils/EventDispatcher.js:271:28)
    at NodeDomain.<anonymous> (file:///C:/Program%20Files%20(x86)/Brackets/dev/src/utils/NodeDomain.js:143:41)
    at NodeConnection.trigger (file:///C:/Program%20Files%20(x86)/Brackets/dev/src/utils/EventDispatcher.js:233:40)
    at Object.triggerWithArray (file:///C:/Program%20Files%20(x86)/Brackets/dev/src/utils/EventDispatcher.js:271:28)
    at NodeConnection._receive (file:///C:/Program%20Files%20(x86)/Brackets/dev/src/utils/NodeConnection.js:479:29)

Related to #12634

/cc @abose @marcelgerber

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants