diff --git a/lib/contracts.js b/lib/contracts.js index f66dfcdc9..05183d612 100644 --- a/lib/contracts.js +++ b/lib/contracts.js @@ -59,7 +59,7 @@ ContractsManager.prototype.contractsState = function() { data.push([ className.green, - (contract.deployedAddress || '...'.green), + (contract.deployedAddress || '...').green, ((contract.deployedAddress !== undefined) ? "\t\tDeployed".green : "\t\tPending".magenta) ]); }