Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Merge bug in resources.js #97

Open
atorger opened this issue Apr 24, 2016 · 0 comments
Open

Merge bug in resources.js #97

atorger opened this issue Apr 24, 2016 · 0 comments

Comments

@atorger
Copy link

atorger commented Apr 24, 2016

look for this code in resources.js. Removing the .catch(console.error) makes ionic resources fail silently in some cases.

// <<<<<<< HEAD:lib/resources/generate.js
// .then(updateConfigData)
// .catch(console.error);
// =======
.then(updateConfigData);
// >>>>>>> package:lib/resources.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant