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 #168

Closed
wants to merge 5 commits into from
Closed

Conversation

danilosampaio
Copy link
Contributor

@danilosampaio danilosampaio commented Aug 31, 2020

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

Jose Danilo Sampaio da Silva (Venturus) added 2 commits August 31, 2020 16:21
… exists

It handles `ENOENT` error thrown by the `getAllDenoCachedDeps` function when
the `deno/deps` directory does not exists (e.g. a deno fresh install).
@danilosampaio danilosampaio changed the title Fix #157 - handle properly dependencies cache when deno/deps does not exists Fix #158 handle properly dependencies cache when deno/deps does not exists Aug 31, 2020
Jose Danilo Sampaio da Silva (Venturus) added 3 commits August 31, 2020 16:47
… exists

It handles `ENOENT` error thrown by the `getAllDenoCachedDeps` function when
the `deno/deps` directory does not exists (e.g. a deno fresh install).
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
1 participant