Skip to content
Prev Previous commit
Next Next commit
retrigger CI
  • Loading branch information
d-a-v committed Sep 22, 2019
commit 7403a3930d59401cc332cbebcef4c92f58576ce7
1 change: 1 addition & 0 deletions arduino/builder/sketch.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func SketchSaveItemCpp(item *sketch.Item, destPath string) error {

// SimpleLocalWalk locally replaces filepath.Walk and/but goes through symlinks
func SimpleLocalWalk(root string, walkFn func(path string, info os.FileInfo, err error) error) error {

info, err := os.Stat(root)

if err != nil {
Expand Down