There was an error while loading. Please reload this page.
2 parents 714061c + 6e3306e commit 3708d3cCopy full SHA for 3708d3c
1 file changed
src/Driver.cpp
@@ -342,6 +342,8 @@ void Driver::config() {
342
config_file = "doxide.yml";
343
} else if (std::filesystem::exists("doxide.json")) {
344
config_file = "doxide.json";
345
+ } else {
346
+ error("no configuration file found; create a doxide.yaml file to configure Doxide.");
347
}
348
349
/* parse build configuration file */
0 commit comments