export function logError()

in scripts/utils.ts [7:9]


export function logError(error: string) {
  console.log(chalk.red(`Error! ${error}`));
}