We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e44a62 commit 9c92a3cCopy full SHA for 9c92a3c
src/Modules/Build.lua
@@ -1957,7 +1957,7 @@ function buildMode:LoadDB(xmlText, fileName)
1957
launch:ShowErrMsg("^1Error loading '%s': %s", fileName, errMsg)
1958
return true
1959
elseif #dbXML == 0 then
1960
- launch:ShowErrMsg("^1Build file empty '%s'", fileName)
+ main:OpenMessagePopup("Error", "Build file is empty, or error parsing xml.\n\n"..fileName)
1961
1962
elseif dbXML[1].elem ~= "PathOfBuilding" then
1963
launch:ShowErrMsg("^1Error parsing '%s': 'PathOfBuilding' root element missing", fileName)
0 commit comments