We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e7b98 commit 0eafe22Copy full SHA for 0eafe22
arduino/sketches/sketches.go
@@ -69,6 +69,7 @@ func NewSketchFromPath(path *paths.Path) (*Sketch, error) {
69
sketch := &Sketch{
70
FullPath: path,
71
Name: path.Base(),
72
+ Metadata: &Metadata{},
73
}
74
sketch.ImportMetadata()
75
return sketch, nil
0 commit comments