Move more things, split DatFile finally

This commit is contained in:
Matt Nadareski
2020-12-09 21:52:38 -08:00
parent 9e88a0ab27
commit d612e56cff
23 changed files with 5250 additions and 5157 deletions

View File

@@ -119,7 +119,7 @@ namespace SabreTools.Logging
};
_log.WriteLine($"Logging started {StartTime:yyyy-MM-dd HH:mm:ss}");
_log.WriteLine($"Command run: {Globals.CommandLineArgs}");
_log.WriteLine($"Command run: {string.Join(" ", Environment.GetCommandLineArgs())}");
}
catch
{