Minor thing to make debugging with the host watchdog easier

This commit is contained in:
Jordan Brown
2018-09-08 14:55:45 -04:00
parent 425da91690
commit ad29d65ced
@@ -69,6 +69,9 @@ namespace Tgstation.Server.Host.Watchdog
var rootLocation = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
var assemblyStoragePath = Path.Combine(rootLocation, "lib"); //always always next to watchdog
#if DEBUG
Directory.CreateDirectory(assemblyStoragePath);
#endif
var defaultAssemblyPath = Path.GetFullPath(Path.Combine(assemblyStoragePath, "Default"));
#if DEBUG
//just copy the shit where it belongs