Skip to content

Commit a67f34a

Browse files
testyyx990803
authored andcommitted
chore: fix inspect
1 parent 9ac2642 commit a67f34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/commands/inspect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = (api, options) => {
3636
res = config
3737
}
3838

39-
const output = toString(config, { verbose })
39+
const output = toString(res, { verbose })
4040
console.log(output)
4141
})
4242
}

0 commit comments

Comments
 (0)