Skip to content

Commit

Permalink
fix: remove debugger
Browse files Browse the repository at this point in the history
A `debugger` instruction was left after vuejs#4090
  • Loading branch information
cexbrayat committed Jul 2, 2019
1 parent 2d63503 commit 359dc93
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 359dc93

Please sign in to comment.