Skip to content

Commit

Permalink
Closed spinner on container start success
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchPierias committed May 5, 2019
1 parent 282a1ba commit ea50a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@ export const startEos = async () => {
\n\
==================================================== \n'
);
spinner.end("Started EOS docker container")
} catch (error) {
spinner.fail('Could not start EOS container');
spinner.fail('Failed to start the EOS container');
console.log(` --> ${error}`);
process.exit(1);
}
Expand Down

0 comments on commit ea50a66

Please sign in to comment.