We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20aec45 commit c204f85Copy full SHA for c204f85
internal/orchestrator/app/app.go
@@ -39,7 +39,7 @@ type ArduinoApp struct {
39
// by file type.
40
func Load(dir *paths.Path) (ArduinoApp, error) {
41
if dir == nil {
42
- return ArduinoApp{}, errors.New("path cannot be empty")
+ return ArduinoApp{}, errors.New("empty app path")
43
}
44
45
exist, err := dir.IsDirCheck()
0 commit comments