Merge pull request #969 from embark-framework/chore/improve-error-message

chore(blockchainProcess): improve error message when blockchain clien…
This commit is contained in:
Iuri Matias 2018-10-05 18:07:00 -04:00 committed by GitHub
commit 4d4654c9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {