Commit 874ea094 authored by mercury233's avatar mercury233

minor fix

parent aadd2dc0
...@@ -197,7 +197,7 @@ namespace ImgGen ...@@ -197,7 +197,7 @@ namespace ImgGen
} }
catch (Exception e) catch (Exception e)
{ {
Console.WriteLine($"Error when parsing {code} - {e}"); Console.WriteLine($"Error when parsing {code} - {e}");
return null; return null;
} }
finally finally
...@@ -247,7 +247,7 @@ namespace ImgGen ...@@ -247,7 +247,7 @@ namespace ImgGen
} }
catch (Exception e) catch (Exception e)
{ {
Console.WriteLine($"Error when parsing {data.code} - {e}"); Console.WriteLine($"Error when parsing {data.code} - {e}");
return; return;
} }
if (data.isType(Type.TYPE_PENDULUM)) if (data.isType(Type.TYPE_PENDULUM))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment