Skip to content

Commit

Permalink
fix: remove debugger (#4222)
Browse files Browse the repository at this point in the history
A `debugger` instruction was left after #4090
  • Loading branch information
cexbrayat authored and sodatea committed Jul 3, 2019
1 parent ebdcac3 commit 35e02a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@vue/cli-plugin-typescript/generator/index.js
Expand Up @@ -3,7 +3,6 @@ module.exports = (api, {
tsLint,
lintOn = []
}, _, invoking) => {
debugger
if (typeof lintOn === 'string') {
lintOn = lintOn.split(',')
}
Expand Down

0 comments on commit 35e02a2

Please sign in to comment.