Skip to content

Commit 612437a

Browse files
posvamactanxin
authored andcommitted
feat: enforce emoji variation in logs for gear (vuejs#5082)
1 parent 9e9d9d3 commit 612437a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/Creator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ module.exports = class Creator extends EventEmitter {
181181

182182
// install plugins
183183
stopSpinner()
184-
log(`⚙ Installing CLI plugins. This might take a while...`)
184+
log(`⚙\u{fe0f} Installing CLI plugins. This might take a while...`)
185185
log()
186186
this.emit('creation', { event: 'plugins-install' })
187187

0 commit comments

Comments
 (0)