embark/cmd
emizzle 7de72cb474
Addressed PR feedback
- Created an “embark” module so that an “embark” process could be registered in the correct way. This service is only used on `embark run` (can be extended to other commands if needed).

- extracted “embark” to a const `DEFAULT_PROCESS` param in the `Console` component.

- extracted commands result rendering to it’s own function to keep the `renderTabs` function from getting cluttered

- Added sorting of logs by timestamp

- Added milliseconds to the log file data (which helps in sorting log messages).
2018-10-23 10:53:25 +02:00
..
dashboard fix eslint on EVERYTHING 2018-10-23 10:26:14 +02:00
cmd.js Error handling, added overwrite, fixed duplication of components 2018-10-23 10:50:03 +02:00
cmd_controller.js Addressed PR feedback 2018-10-23 10:53:25 +02:00