Improve SASS errors

Fixes #9897
This commit is contained in:
Bjørn Erik Pedersen
2022-05-15 11:40:34 +02:00
parent 4b189d8fd9
commit fc9f315d86
24 changed files with 306 additions and 69 deletions

View File

@@ -138,6 +138,6 @@ func errWithFileContext(inerr error, r source.File) error {
}
defer f.Close()
return herrors.NewFileError(inerr, realFilename).UpdateContent(f, nil)
return herrors.NewFileErrorFromName(inerr, realFilename).UpdateContent(f, nil)
}