Skip to content

Commit 3cfbd00

Browse files
posvapksunkara
authored andcommitted
feat: enforce emoji variation in logs for gear (#5082)
1 parent 0f377bd commit 3cfbd00

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)