Closed bkeepers closed 6 months ago
This adds a guard against calling Dotenv.restore without having previously called Dotenv.save.
Dotenv.restore
Dotenv.save
This should fix #500, but I can't reproduce that exact scenario.
This adds a guard against calling
Dotenv.restore
without having previously calledDotenv.save
.This should fix #500, but I can't reproduce that exact scenario.