You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix doctool misleading error message
(cherry picked from commit b0e8177306)
This commit is contained in:
committed by
Rémi Verschelde
parent
deda90bad7
commit
c663b3d5f8
@@ -1559,7 +1559,7 @@ bool Main::start() {
|
||||
|
||||
{
|
||||
DirAccessRef da = DirAccess::open(doc_tool);
|
||||
ERR_FAIL_COND_V_MSG(!da, false, "Argument supplied to --doctool must be a base Godot build directory.");
|
||||
ERR_FAIL_COND_V_MSG(!da, false, "Argument supplied to --doctool must be a valid directory path.");
|
||||
}
|
||||
DocData doc;
|
||||
doc.generate(doc_base);
|
||||
|
||||
Reference in New Issue
Block a user