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

Fixed the missing fs.copySync patch in native-packager.js #240

Conversation

EricLeiLi
Copy link

fs.copySync is deprecated in node 0.8.14 and we all changed it to packagerUtils.copyFile. However, the location (for appdesc use case) is missing in native-packager.js, we need to fix it.

Fixes #239

Reviewed By: @jkeshavarzi
Tested By: @tracyli

@EricLeiLi
Copy link
Author

@jkeshavarzi review please

@jamesjhedley
Copy link

r+

@nukulb
Copy link
Contributor

nukulb commented Dec 13, 2012

lint error

lib/native-packager.js: line 64, col 9, 'packagerUtils' is not defined.

1 error

lib/native-packager.js :
Implied globals:
packagerUtils: 64

Fixes blackberry#239

Reviewed By: @jkeshavarzi
Tested By: @EricLeiLi
@EricLeiLi
Copy link
Author

Fixed lint, now testing.

@EricLeiLi
Copy link
Author

Jake test and lint passed;
werified with CI/BB10-Webworks-Packager-next-ericli-fix-fsCopySync/4/, --appdesc works as expected.
@nukulb Merge please.

@nukulb nukulb closed this Dec 13, 2012
@nukulb
Copy link
Contributor

nukulb commented Dec 13, 2012

merged

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.

3 participants