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

This commit is contained in:
Tristan B. Kildaire 2020-07-29 10:57:05 +02:00
parent 0bf0af860a
commit fbfc45ec09
1 changed files with 1 additions and 0 deletions

View File

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