Skip to content

Commit

Permalink
chore: remove some empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 9, 2024
1 parent e948941 commit 30ac7b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vite/src/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1051,19 +1051,15 @@ export function onRollupLog(
case 'info':
environment.logger.info(colors.green(logging.message))
return

case 'warn':
environment.logger.warn(colors.yellow(logging.message))
return

case 'error':
environment.logger.error(colors.red(logging.message))
return

case 'debug':
debugLogger?.(logging.message)
return

default:
break
}
Expand Down

0 comments on commit 30ac7b7

Please sign in to comment.