Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Better logging for CMDB errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Sep 18, 2015
1 parent c351f66 commit 488b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function(opts) {
salesForceReleaseId = sfId;
})
.catch(function(err) {
console.log("Logging to SalesForce failed! Check your `package.json`'s name exists in CMDB. If you've only just created an app try adding `--skip-logging` to `nbt deploy`");
console.log("Logging to SalesForce failed! Check `" + name + "` exists in CMDB. If you've only just created an app try adding `--skip-logging` to `nbt deploy`");
throw err;
});
}
Expand Down

0 comments on commit 488b87a

Please sign in to comment.