There was an error while loading. Please reload this page.
1 parent 4cd0d67 commit bc5c6a7Copy full SHA for bc5c6a7
1 file changed
packages/vite/src/node/plugins/css.ts
@@ -2684,7 +2684,7 @@ const scssProcessor = (
2684
// to re-generate a new frame (same as legacy api)
2685
e.frame = e.message
2686
}
2687
- // sass sometimes re-uses the error instance
+ // sass sometimes reuses the error instance
2688
// avoid mutating the same instance multiple times
2689
normalizedErrors.add(e)
2690
0 commit comments