This repository was archived by the owner on Oct 1, 2018. It is now read-only.
fix when app verlay installation,www content update filed#225
Merged
Conversation
fix when app verlay installation,www content update filed error is code: -7, description: "Can't copy files from previous release to the new release"
fix when app verlay installation,www content update filed error is code: -7, description: "Can't copy files from previous release to the new release"
Member
|
Thank you for the pull request! Did I understand that correctly: error occurs when plugin tries to install release, that it's already is using? Maybe better would be just stop the whole installation process? |
Contributor
Author
|
It's already is using. I think is better than stop installation process.When server has no new release version, the installation process and update from server is run normally. |
Member
|
But if the app is already using a newest version - plugin should not re-install it, since there is no point in that... Or am I missing something?) |
Member
|
I think I found what might be the causing that. Will merge this PR and add some more changes to it. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
currentRelease is equals newRelease so get error is code: -7, description: "Can't copy files from previous release to the new release"