mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	@@ -487,7 +487,9 @@ func SymbolicWalk(fs afero.Fs, root string, walker filepath.WalkFunc) error {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	for _, fi := range rootContent {
 | 
			
		||||
		afero.Walk(fs, filepath.Join(root, fi.Name()), walker)
 | 
			
		||||
		if err := afero.Walk(fs, filepath.Join(root, fi.Name()), walker); err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return nil
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user