@@ -125,7 +125,7 @@ function expose(methodToExpose, exposeAs) {
/* istanbul ignore if */
/* istanbul ignore if */
if (!_.isUndefined(request.Request.prototype[exposeAs])){
if (!_.isUndefined(request.Request.prototype[exposeAs])){
console.error(chalk.bold.bgRed('[Request-Promise] Unable to expose method "'+exposeAs+'". It is already implemented by Request.'));
console.error(chalk.bold.bgRed('[Request-Promise] Unable to expose method "'+exposeAs+'". It is already implemented by Request. Please visit https://github.com/tyabonil/request-promise/wiki/Troubleshooting'));