mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 22:44:45 +00:00
add process exit
This commit is contained in:
parent
688a39b8bc
commit
77fad169aa
@ -123,5 +123,6 @@
|
|||||||
"Starting Blockchain node in another process": "Starting Blockchain node in another process",
|
"Starting Blockchain node in another process": "Starting Blockchain node in another process",
|
||||||
"Blockchain node is ready": "Blockchain node is ready",
|
"Blockchain node is ready": "Blockchain node is ready",
|
||||||
"terminating due to error": "terminating due to error",
|
"terminating due to error": "terminating due to error",
|
||||||
"Unable to start the blockchain process. Is Geth installed?": "Unable to start the blockchain process. Is Geth installed?"
|
"Unable to start the blockchain process. Is Geth installed?": "Unable to start the blockchain process. Is Geth installed?",
|
||||||
|
"Cannot upload: {{platform}} node is not running on {{protocol}}://{{host}}:{{port}}.": "Cannot upload: {{platform}} node is not running on {{protocol}}://{{host}}:{{port}}."
|
||||||
}
|
}
|
@ -174,6 +174,7 @@ class Embark {
|
|||||||
engine.logger.warn(__("tip: you can resize the terminal or disable the dashboard with") + " embark run --nodashboard".bold.underline);
|
engine.logger.warn(__("tip: you can resize the terminal or disable the dashboard with") + " embark run --nodashboard".bold.underline);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
process.exit();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -283,8 +284,8 @@ class Embark {
|
|||||||
graphGen.generate(options);
|
graphGen.generate(options);
|
||||||
|
|
||||||
engine.logger.info(__("Done. %s generated", "./diagram.svg").underline);
|
engine.logger.info(__("Done. %s generated", "./diagram.svg").underline);
|
||||||
process.exit();
|
|
||||||
}
|
}
|
||||||
|
process.exit();
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user