diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-12-23 09:26:23 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-12-30 17:32:25 +0100 |
commit | cea157402365f34a69882110a4208999728007a6 (patch) | |
tree | bc29f699e7c901c219cffc5f50fba99dca53d5bd /modules/client.go | |
parent | f9f779786edcefc4449a14cfc04dd93379f71373 (diff) | |
download | hugo-cea157402365f34a69882110a4208999728007a6.tar.gz hugo-cea157402365f34a69882110a4208999728007a6.zip |
Add Dart Sass support
But note that the Dart Sass Embedded Protocol is still in beta (beta 5), a main release scheduled for Q1 2021.
Fixes #7380
Fixes #8102
Diffstat (limited to 'modules/client.go')
-rw-r--r-- | modules/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/client.go b/modules/client.go index da14d58f4..1640e1907 100644 --- a/modules/client.go +++ b/modules/client.go @@ -353,7 +353,7 @@ var verifyErrorDirRe = regexp.MustCompile(`dir has been modified \((.*?)\)`) // which are stored in a local downloaded source cache, have not been // modified since being downloaded. func (c *Client) Verify(clean bool) error { - // TODO1 add path to mod clean + // TODO(bep) add path to mod clean err := c.runVerify() if err != nil { if clean { |