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 a539cde commit 8b7bc23Copy full SHA for 8b7bc23
subject/file.go
@@ -54,6 +54,7 @@ func Scan() {
54
}
55
} else {
56
log.Error(log.Struct{"err", err}, "scan: open home folder failed")
57
+ os.Exit(1)
58
59
60
0 commit comments