=Fixed OutputLog

Changed outputlog to save to dated filename
This commit is contained in:
Alex Stewart
2019-04-20 23:55:39 -07:00
parent 6d1b4aa9f3
commit 3d5b11d828
2 changed files with 7 additions and 4 deletions
+1 -3
View File
@@ -35,11 +35,9 @@ public class Plugin
contents = contentBuilder.toString();
globals = JsePlatform.standardGlobals();
globals.load(contents).call();
func_plugin = globals.get("plugin");
String output = null;
}
catch (IOException e)
{