Skip to content

Commit b6b7264

Browse files
idsulikndeloof
authored andcommitted
fix loader.go
Signed-off-by: Suleiman Dibirov <[email protected]>
1 parent 56297d8 commit b6b7264

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

loader/loader.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,10 @@ func modelToProject(dict map[string]interface{}, opts *Options, configDetails ty
639639
}
640640

641641
project, err = project.WithServicesLabelsResolved(opts.discardEnvFiles)
642+
if err != nil {
643+
return nil, err
644+
}
645+
642646
return project, nil
643647
}
644648

0 commit comments

Comments
 (0)