Skip to content

#292 Replace try/rescue with File.Exists? in dev.exs

The problem with try/rescue is that incorrect dev.secrets.exs will result in a warning that it does not exist. With this patch it will result in compilation error, thus being immediately noticed. The solution was taken from here

Merge request reports