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

Update copyDirSafe to accept a cache object rather than storing itself #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Blasz
Copy link

@Blasz Blasz commented Oct 15, 2019

This fixes #103 where a package cannot be added or pushed multiple times in a long running node process since the initial package store cache is always used.

The intention of the cache is to cache the store across the two calls in add.ts, which this modification achieves.

…self

This fixes an issue where a package cannot be added or pushed multiple
times in a long running node process since the initial package store
cache was always used.
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.

Node API - Cannot add/push package changes multiple times
2 participants