Compare commits

..

No commits in common. "860a09f6e842fd808e2e19fda9634e49dc1438d5" and "e10e1f990fa73090ff3926f156582886079a4bbd" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -292,8 +292,9 @@ try
Log.Logger.Warning($"ContentRootPath{env.ContentRootPath}");
Log.Logger.Warning($"ContentRootPath——GetParent-notriem{Directory.GetParent(env.ContentRootPath).FullName}");
Log.Logger.Warning($"ContentRootPath——GetParent{Path.GetDirectoryName(env.ContentRootPath)}");
Log.Logger.Warning($"ContentRootPath——GetParent{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}");
app.Run();