Formatting.

This commit is contained in:
mike12345567 2021-05-24 16:20:28 +01:00
parent 7e6f215598
commit 3873d12476
1 changed files with 5 additions and 1 deletions

View File

@ -101,7 +101,11 @@ async function init(type) {
async function start() {
await checkDockerConfigured()
checkInitComplete()
console.log(info("Starting services, this may take a moment - first time this may take a few minutes to download images."))
console.log(
info(
"Starting services, this may take a moment - first time this may take a few minutes to download images."
)
)
const port = makeEnv.get("MAIN_PORT")
await handleError(async () => {
// need to log as it makes it more clear