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)
{
() @trusted {
stderr.writeln(e.msg);
} ();
return 1;
() @trusted {
stderr.writeln(e.msg);
} ();
return 1;
}
catch (GetOptException e)
{
() @trusted {
stderr.writeln(e.msg);
} ();
return 1;
() @trusted {
stderr.writeln(e.msg);
} ();
return 1;
}
if (muffin)