diff --git a/lib/modules/blockchain_process/blockchainProcessLauncher.js b/lib/modules/blockchain_process/blockchainProcessLauncher.js index 2fc7be35c..992fbeae5 100644 --- a/lib/modules/blockchain_process/blockchainProcessLauncher.js +++ b/lib/modules/blockchain_process/blockchainProcessLauncher.js @@ -14,7 +14,7 @@ class BlockchainProcessLauncher { } processEnded(code) { - this.logger.error(__('Blockchain process ended before the end of this process. Code: %s', code)); + this.logger.error(__('Blockchain process ended before the end of this process. Try running blockchain in a separate process using `$ embark blockchain`. Code: %s', code)); } startBlockchainNode() {