Remove log.Fatal() calls and bubble up errors
This commit is contained in:
@@ -19,6 +19,6 @@ package main
|
||||
|
||||
// Dummy version of this function, only for non-Linux systems.
|
||||
// Having this allows unit tests to be run on other platforms (e.g. macOS)
|
||||
func checkFS(path string) {
|
||||
func checkFS(path string) error {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user