Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

FileTransfer abort method added #1339

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

Conversation

mladenp
Copy link

@mladenp mladenp commented Aug 31, 2016

Added abort method for cordova-plugin-file-transfer

@gortok
Copy link
Contributor

gortok commented Aug 31, 2016

three issues:

  1. You made the change to the dist/* folder insetad of the src/plugins/.js. That means that change won't be there next build. The dist folder is just a build artifact. If you want the change to stick around it has to go in the actual src/plugins/.js file.
  2. Please target the dev-next instead of master with your PR.
  3. Please omit any dist/* files from your commit; it gives future merging a headache.

Copy link
Contributor

@gortok gortok left a comment

Choose a reason for hiding this comment

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

You made the change to the dist/* folder insetad of the src/plugins/.js. That means that change won't be there next build. The dist folder is just a build artifact. If you want the change to stick around it has to go in the actual src/plugins/.js file.

Please target the dev-next instead of master with your PR.

Please omit any dist/* files from your commit; it gives future merging a headache.

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.

None yet

2 participants