8000 fix: remove debugger by cexbrayat · Pull Request #4222 · vuejs/vue-cli · GitHub
[go: up one dir, main page]

Skip to content

fix: remove debugger #4222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: remove debugger
A `debugger` instruction was left after #4090
  • Loading branch information
cexbrayat committed Jul 2, 2019
commit 359dc93bfa6100d2625fea0ad7a677f48525c9f2
1 change: 0 additions & 1 deletion packages/@vue/cli-plugin-typescript/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = (api, {
tsLint,
lintOn = []
}, _, invoking) => {
debugger
if (typeof lintOn === 'string') {
lintOn = lintOn.split(',')
}
Expand Down
0