You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Merge pull request #36885 from Xrayez/doctool-err-msg
Fix doctool misleading error message
This commit is contained in:
@@ -1620,7 +1620,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.");
|
||||
}
|
||||
|
||||
#ifndef MODULE_MONO_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user