Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Fix bug in locate.js #499

Merged
merged 1 commit into from
Jun 27, 2019
Merged

Conversation

peterzhu2118
Copy link
Contributor

I encountered a bug where absPath in this.tree was false so waitForParse was assigned the value of this.parse(absParse). However, this.parse(absParse) does not have a return value so I was getting TypeError: Cannot read property 'then' of undefined at Locate.listInFile.

  • The build passes
  • TSLint is mostly happy
  • Prettier has been run

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 this pull request may close these issues.

2 participants