aboutsummaryrefslogtreecommitdiff
path: root/steam/steam.go
diff options
context:
space:
mode:
Diffstat (limited to 'steam/steam.go')
-rw-r--r--steam/steam.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/steam/steam.go b/steam/steam.go
index 9715f38..ea27e5a 100644
--- a/steam/steam.go
+++ b/steam/steam.go
@@ -46,6 +46,8 @@ func (s *Library) ProcessLibrary(r string) error {
s.Games = append(s.Games, f.Name())
}
}
+ } else {
+ return errors.New(fmt.Sprintf("No common directory in: %s", r))
}
return nil
}