error: (msg) =>
        console.error(
            typeof msg === 'string' && msg.startsWith('__ ')
                ? `\n${PFX_ERROR} ${chalk.red.bold(msg.slice(3))}\n`
                : chalk.red.bold(msg),