Skip to content

Commit 461d748

Browse files
fix: lint
1 parent 9ea233e commit 461d748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli/bin/vue.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ if (!process.argv.slice(2).length) {
257257

258258
function suggestCommands (unknownCommand) {
259259
const availableCommands = program.commands.map(cmd => cmd._name)
260-
260+
261261
let suggestion
262-
262+
263263
availableCommands.forEach(cmd => {
264264
if (leven(cmd, unknownCommand) < 3) {
265265
suggestion = cmd

0 commit comments

Comments
 (0)