Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Oct 6, 2024
1 parent f23abf5 commit d31cf7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vite/bin/vite.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ if (debugIndex > 0) {
process.env.DEBUG = `${
process.env.DEBUG ? process.env.DEBUG + ',' : ''
}${value}`
process.env.DEBUG_DEPTH = '10'

if (filterIndex > 0) {
const filter = process.argv[filterIndex + 1]
if (filter && !filter.startsWith('-')) {
Expand Down

0 comments on commit d31cf7a

Please sign in to comment.