Fixed bug whereby JSONValue object did not exist causing failure, for 'storeMail'

This commit is contained in:
Tristan B. Kildaire 2020-07-29 11:00:52 +02:00
parent fbfc45ec09
commit d8b32368e7
1 changed files with 0 additions and 1 deletions

View File

@ -371,7 +371,6 @@ public final class ButterflyClient : Thread
/* TODO: Set error message and status code */
status = -2;
message = e.msg;
writeln(e);
}
catch(FileException e)
{