Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ssa3512 committed Jun 19, 2017
1 parent 496bea6 commit f956433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/storjshare-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ if (!storjshare_create.storj) {
}

if (!utils.isValidEthereumAddress(storjshare_create.storj)) {
console.error('\n SJCX addresses are no longer supported. Please enter ERC20 compatible ETH wallet address');
console.error('\n SJCX addresses are no longer supported. \
Please enter ERC20 compatible ETH wallet address');
process.exit(1);
}

Expand Down

0 comments on commit f956433

Please sign in to comment.