This commit is contained in:
2021-08-26 20:20:18 +00:00
parent e5e1d4592b
commit d8e481f446

View File

@@ -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)