function logError()

in script/build.ts [279:284]


function logError(error: string) {
  console.error(chalk.red`\n===============================================`)
  console.error(chalk`{red [FATAL]} The build failed due to the following errors:`)
  console.error(error)
  console.error(chalk.red`===============================================\n`)
}