summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-02-20 14:46:03 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-02-20 17:00:32 +0100
commit621194a3197d27e3b5909bca9b3efa6ae70da86c (patch)
tree9dbdeac8dae393df7b63351a63bc166cc19ddecb /commands
parent48eec2a4e63cb0b542858f3b133eba19aa23978c (diff)
Fix dart sass import regression
Fixes #12072
Diffstat (limited to 'commands')
-rw-r--r--commands/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/server.go b/commands/server.go
index 78155521f..d08bc5277 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -1087,7 +1087,7 @@ func (s *staticSyncer) syncsStaticEvents(staticEvents []fsnotify.Event) error {
fromPath := ev.Name
- relPath, found := sourceFs.MakePathRelative(fromPath)
+ relPath, found := sourceFs.MakePathRelative(fromPath, true)
if !found {
// Not member of this virtual host.