mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-25 21:00:17 +03:00
Merge pull request #596 from BBasile/issue-195
fix #195 - Unrecognized CLI options gives huge stacktrace merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
eafae0f6c0
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,11 @@ else
|
|||
stderr.writeln(e.msg);
|
||||
return 1;
|
||||
}
|
||||
catch (GetOptException e)
|
||||
{
|
||||
stderr.writeln(e.msg);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (muffin)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue