Sfoglia il codice sorgente

Fix build command failing when project is specified

Matt Benic 8 anni fa
parent
commit
aa1217c68a
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      Source/ToolCore/Command/BuildCmd.cpp

+ 0 - 5
Source/ToolCore/Command/BuildCmd.cpp

@@ -81,11 +81,6 @@ bool BuildCmd::ParseInternal(const Vector<String>& arguments, unsigned startInde
         {
             autoLog_ = true;
         }
-        else
-        {
-            errorMsg = "Invalid option: " + option;
-            return false;
-        }
     }
 
     String tag = startIndex + 2 < arguments.Size() ? arguments[startIndex + 2] : String::EMPTY;