Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Fix cache download rename not awaiting#9

Merged
a7ul merged 1 commit intonodegui:masterfrom
markrocket:await-cache-download-rename
Sep 30, 2019
Merged

Fix cache download rename not awaiting#9
a7ul merged 1 commit intonodegui:masterfrom
markrocket:await-cache-download-rename

Conversation

@markrocket
Copy link
Copy Markdown
Contributor

This fixes Issue #89 in the nodegui repo (I have to run npm install twice on MacOS 10.14.4).

The issue was that the qode install does not wait for the rename of a download to finish before checking if the download exists. Running the install again works because the file is already there.

This fix adds await to the file rename.

@a7ul
Copy link
Copy Markdown
Collaborator

a7ul commented Sep 30, 2019

Thanks @markrocket for the fix

@a7ul a7ul merged commit 5bbd5dd into nodegui:master Sep 30, 2019
@a7ul
Copy link
Copy Markdown
Collaborator

a7ul commented Sep 30, 2019

This will be released in the next qode update.

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.

I have to run npm install twice on MacOS 10.14.4

2 participants