mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-19 17:14:40 +00:00
Merge pull request #969 from embark-framework/chore/improve-error-message
chore(blockchainProcess): improve error message when blockchain clien…
This commit is contained in:
commit
4d4654c9a5
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user