Skip to content

Commit 6e3306e

Browse files
authored
Update Driver.cpp
Added a suggested action to error message.
1 parent a8baced commit 6e3306e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ void Driver::config() {
335335
} else if (std::filesystem::exists("doxide.json")) {
336336
config_file = "doxide.json";
337337
} else {
338-
error("No configuration file found.");
338+
error("no configuration file found; create a doxide.yaml file to configure Doxide.");
339339
}
340340

341341
/* parse build configuration file */

0 commit comments

Comments
 (0)