Merge branch 'develop' into feature/format_refactor

This commit is contained in:
Matthew Cech
2019-06-18 01:05:22 -07:00
40 changed files with 978 additions and 113 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public class CommandWolfram extends Command
res.CallFile(pic, "png");
ImageUtils.BlockingFileDelete(pic);
}
catch (IOException e)
catch (IOException e)
{
res.Call(LocStrings.stub("WolframError"));
}