mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +00:00
7de72cb474
- 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).