Skip to content

Commit 7403a39

Browse files
committed
retrigger CI
1 parent fad3aa5 commit 7403a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino/builder/sketch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func SketchSaveItemCpp(item *sketch.Item, destPath string) error {
6060

6161
// SimpleLocalWalk locally replaces filepath.Walk and/but goes through symlinks
6262
func SimpleLocalWalk(root string, walkFn func(path string, info os.FileInfo, err error) error) error {
63+
6364
info, err := os.Stat(root)
6465

6566
if err != nil {

0 commit comments

Comments
 (0)