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

Commit 9893399

Browse files
committed
This is an error! Treat it like one!
1 parent 7b69fd6 commit 9893399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function build(appDirectory, jar, appId, profileTag, formDataExtra, options) {
184184
return Q.reject('Selected security profile does not have credentials for the selected platform.');
185185
}
186186
}, function(err) {
187-
logging.logger.error(err);
187+
return Q.reject(err);
188188
});
189189
}
190190

0 commit comments

Comments
 (0)