Skip to content

Commit 45fcea6

Browse files
committed
add return
1 parent cdbdb3e commit 45fcea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/generate-licenses.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ func main() {
161161
f, err := os.Create(licenseAliasesDestination)
162162
if err != nil {
163163
log.Fatalf("Failed to create license aliases json file. %s", err)
164+
return
164165
}
165166
defer f.Close()
166167

0 commit comments

Comments
 (0)