Skip to content

Commit 271f2f9

Browse files
committed
chore(error): friendly(-er) package error message
1 parent 0c3ceb5 commit 271f2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ionic/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function run(ionic, argv) {
5959
appId = project.get('app_id');
6060

6161
if (!appId) {
62-
throw new Error('Missing Ionic App ID. Please make sure to upload your app or set your app_id in the ionic.config.json file.');
62+
throw new Error('Missing Ionic App ID. Make sure to run "ionic upload" first or set your app_id in the ionic.config.json file.');
6363
}
6464
} catch (ex) {
6565
return fail(ex, 'package');

0 commit comments

Comments
 (0)