elixir-toniq / vapor

Runtime configuration system for Elixir
MIT License
592 stars 36 forks source link

Vapor.Provider.Group does not cumulate Vapor.LoadError #66

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hey.

Encountered a bug with Vapor.Provider.Group and missing config variables.

** (Protocol.UndefinedError) protocol String.Chars not implemented for %Vapor.LoadError{message: "There were errors loading configuration:\nENV vars not set: DB_PORT\n"} of type Vapor.LoadError (a struct). This protocol is implemented for the following type(s): Float, NaiveDateTime, Integer, Time, Atom, Version, DateTime, BitString, Version.Requirement, URI, Date, List
keathley commented 4 years ago

Thanks @0x6a6868! This has been rebased and merged into master. I should have a new release pushed up a bit later.