env
env copied to clipboard
Throw a warning if we find an existing runtime env.txt instead of an exception
Here's a suggestion for how to handle that case instead of throwing the exception. It does mean you might make a build with out of date env values. But odds are that the file is there because you just tried to make a build with those values and it failed, so using the file you had attempted to use seems fine.