This commit is contained in:
Per Nordlöw 2021-08-22 23:26:57 +02:00
parent 488cec531d
commit d9a05f20ba

View file

@ -109,17 +109,17 @@ else
} }
catch (ConvException e) catch (ConvException e)
{ {
() @trusted { () @trusted {
stderr.writeln(e.msg); stderr.writeln(e.msg);
} (); } ();
return 1; return 1;
} }
catch (GetOptException e) catch (GetOptException e)
{ {
() @trusted { () @trusted {
stderr.writeln(e.msg); stderr.writeln(e.msg);
} (); } ();
return 1; return 1;
} }
if (muffin) if (muffin)