export function logError()

in scripts/dashboard-importer/src/common/logger.ts [35:37]


export function logError(message: string) {
  console.log(`\x1b[31mERROR: ${message}\x1b[0m`);
}