=Fixed OutputLog
Changed outputlog to save to dated filename
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user