Commit 2db5411
committed
fix(builder): return error from filepath.WalkDir in touchAutomakeFiles
Previously the error from WalkDir was silently discarded, now it is
properly propagated to the caller.
Signed-off-by: Martin Wimpress <code@wimpress.io>1 parent bf8589c commit 2db5411
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | | - | |
| 910 | + | |
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
919 | | - | |
920 | | - | |
921 | 919 | | |
0 commit comments