This commit is contained in:
@@ -38,7 +38,7 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
public void Append(string txt)
|
||||
{
|
||||
edOut.AppendText(txt + "\r\n");
|
||||
edOut.AppendText(DateTime.Now.ToString("s") + "\t"+txt + "\r\n");
|
||||
}
|
||||
|
||||
public void Op(string txt)
|
||||
|
||||
Reference in New Issue
Block a user