1.1.1 (Removed log file logic)
This commit is contained in:
parent
9eeea525d3
commit
fd893057f2
@ -62,7 +62,6 @@ namespace Jsarus
|
||||
str3 = num.ToString();
|
||||
}
|
||||
string str4 = string.Format("{0}:{1}:{2}", (object)str3, (object)str2, (object)str1);
|
||||
File.AppendAllText("mxfiltergen.logs", string.Format("[{0}] {1}", (object)str4, (object)msg) + Environment.NewLine);
|
||||
ConsoleColor consoleColor = ConsoleColor.White;
|
||||
switch (color)
|
||||
{
|
||||
|
@ -14,7 +14,7 @@ namespace Jsarus
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
public static string version = "1.1.0";
|
||||
public static string version = "1.1.1";
|
||||
public static string cd = Directory.GetCurrentDirectory();
|
||||
public static Process p = new Process();
|
||||
static void Main(string[] args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user