tpl/os: Revert readDir in theme behaviour

Fixes #9599
This commit is contained in:
Bjørn Erik Pedersen
2022-03-04 07:07:11 +01:00
parent e46e9ceb29
commit 673cde1eb1
4 changed files with 60 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ type Fs struct {
// WorkingDir is a read-only file system
// restricted to the project working dir.
// TODO(bep) get rid of this (se BaseFs)
WorkingDir *afero.BasePathFs
}