You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing a path to a non-existing file, then Settings file does not exist is printed and the constructor succeeds. Here I would expect init to return nil instead of self. This would make it easier to troubleshoot.
https://github.com/iamjono/JSONConfig/blob/master/Sources/jsonConfig.swift
When providing a path to a non-existing file, then
Settings file does not exist
is printed and the constructor succeeds. Here I would expect init to return nil instead ofself
. This would make it easier to troubleshoot.I'm using JSONConfig via the Perfect-Local-Auth-PostgreSQL-Template project.
The text was updated successfully, but these errors were encountered: