[ci] yarn format

This commit is contained in:
matthewp 2022-02-07 13:24:45 +00:00 committed by GitHub Actions
parent 5872ec3d9c
commit b95cd19512

View file

@ -90,7 +90,7 @@ export const levels: Record<LoggerLevel, number> = {
};
export function enableVerboseLogging() {
debugPackage.enable('*,-babel');
debugPackage.enable('*,-babel');
debug('cli', '--verbose flag enabled! Enabling: DEBUG="*,-babel"');
debug('cli', 'Tip: Set the DEBUG env variable directly for more control. Example: "DEBUG=astro:*,vite:* astro build".');
}