try { const config = await readJson(filePath); printConfig(config, filePath); } catch (error) { reportError(error, filePath); }