Skip to content

Commit 35e02a2

Browse files
cexbrayathaoqunjiang
authored andcommitted
fix: remove debugger (#4222)
A `debugger` instruction was left after #4090
1 parent ebdcac3 commit 35e02a2

File tree

1 file changed

+0
-1
lines changed
  • packages/@vue/cli-plugin-typescript/generator

1 file changed

+0
-1
lines changed

packages/@vue/cli-plugin-typescript/generator/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module.exports = (api, {
33
tsLint,
44
lintOn = []
55
}, _, invoking) => {
6-
debugger
76
if (typeof lintOn === 'string') {
87
lintOn = lintOn.split(',')
98
}

0 commit comments

Comments
 (0)