File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports.create = Factory;
4747 deferred . resolve ( ) ;
4848 }
4949 else {
50- deferred . reject ( new CFError ( ErrorTypes . Error , "failed to retrieve api metadata" ) ) ;
50+ deferred . reject ( new CFError ( ErrorTypes . Error , "failed to retrieve api metadata from url:%s" , self . config . url ) ) ;
5151 }
5252 } ) ;
5353 }
Original file line number Diff line number Diff line change 11{
22 "name" : " cf-api-lib" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " NodeJS client for API servers" ,
55 "dependencies" : {
6- "cf-errors" : " git+https://github.com/codefresh-io/cf-errors.git#12ab12ff40ef9d1b49f4a4a693327f8550380794 " ,
6+ "cf-errors" : " git+https://github.com/codefresh-io/cf-errors.git#24eeeab7e67e13e0edc011d4d97996f4ca71c31c " ,
77 "lodash" : " ^3.10.1" ,
88 "mime" : " ^1.2.11" ,
99 "q" : " ^1.4.1" ,
You can’t perform that action at this time.
0 commit comments