From f956433478a6891242a699d593482023060e91fd Mon Sep 17 00:00:00 2001 From: Steve Ashman Date: Mon, 19 Jun 2017 15:06:24 -0400 Subject: [PATCH] linter --- bin/storjshare-create.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/storjshare-create.js b/bin/storjshare-create.js index cad9df6..35b35de 100755 --- a/bin/storjshare-create.js +++ b/bin/storjshare-create.js @@ -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); }