Skip to content

Commit

Permalink
Don't throw an exception if no scene files were passed into the comma…
Browse files Browse the repository at this point in the history
…nd line.
  • Loading branch information
Shahrin Khan committed Nov 21, 2016
1 parent 85e2a13 commit e6f5154
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Assets/Plugins/Mooble/StaticAnalysis/CLI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ private static List<Scene> LoadScenesFromArgs() {
}
}

if (scenes.Count == 0) {
throw new System.Exception("No scenes provided; skipping static analysis.");
}

return scenes;
}

Expand Down

0 comments on commit e6f5154

Please sign in to comment.