ionic-team / ionic-app-lib

The library used for using ionic apps - consumed by the CLI and the GUI
44 stars 79 forks source link

Fix upload.js, error uploading application due to invalid parameter. #140

Open juliandavidmr opened 7 years ago

juliandavidmr commented 7 years ago

When the jar parameter is undefined then an error occurs:

Uploading app...

An error occurred uploading the build:
TypeError: Cannot read property 'map' of undefined
TypeError: Cannot read property 'map' of undefined
    at Object.getDirectUploadKey (/usr/lib/node_modules/ionic/node_modules/ionic-app-lib/lib/upload.js:272:18)
....

After fixing it looks like this:

Uploading app...

There was an error trying to load your app. :(