mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix(dev): better icon for windows support
This commit is contained in:
parent
c39c7cd51e
commit
c62c9656ab
@ -1,5 +1,6 @@
|
||||
import consola from 'consola'
|
||||
import chalk from 'chalk'
|
||||
import env from 'std-env'
|
||||
import { common, server } from '../options'
|
||||
import { showBanner } from '../utils'
|
||||
|
||||
@ -35,7 +36,7 @@ export default {
|
||||
const logChanged = (name) => {
|
||||
consola.log({
|
||||
type: 'change',
|
||||
icon: chalk.blue.bold('↻'),
|
||||
icon: chalk.blue.bold(env.windows ? '»' : '↻'),
|
||||
message: chalk.blue(name)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user