Skip to content

Commit ac7be0a

Browse files
bluwysapphi-red
andauthored
chore: update e2
Co-authored-by: 翠 / green <[email protected]>
1 parent 2f4573e commit ac7be0a

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/node/plugins

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugins/css.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,7 @@ function loadSassPackage(root: string): {
20572057
try {
20582058
const path = loadPreprocessorPath(PreprocessLang.sass, root)
20592059
return { name: 'sass', path }
2060-
} catch (_e2) {
2060+
} catch {
20612061
throw e1
20622062
}
20632063
}

0 commit comments

Comments
 (0)