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

Fix #158 handle properly dependencies cache when deno/deps does not exists #169

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

danilosampaio
Copy link
Contributor

It handles ENOENT error thrown by the getAllDenoCachedDeps function when
the deno/deps directory does not exists (e.g. a deno fresh install).

Fix #158

…es not exists

It handles ENOENT error thrown by the getAllDenoCachedDeps function when
the deno/deps directory does not exists (e.g. a deno fresh install).

Fix denoland#158
Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks Danilo

@lucacasonato lucacasonato merged commit 5eb19c6 into denoland:master Sep 3, 2020
axetroy pushed a commit to axetroy/vscode_deno that referenced this pull request Sep 5, 2020
…es not exists (denoland#169)

Co-authored-by: Jose Danilo Sampaio da Silva (Venturus) <jose.sampaio@dmz.org.br>
CGQAQ pushed a commit to CGQAQ/vscode_deno that referenced this pull request Sep 13, 2020
…es not exists (denoland#169)

Co-authored-by: Jose Danilo Sampaio da Silva (Venturus) <jose.sampaio@dmz.org.br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import autocomplete crashes when the deno/deps doesn't exists
3 participants