Compare commits

..

No commits in common. "b6676b92bff6d101ca3cf7d8c55dcdf5c50814dd" and "7af5249e9c1ce169905d2efd7a69dc52a1a43e3b" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -295,8 +295,6 @@ try
Log.Logger.Warning($"ContentRootPath——GetParent{Path.GetDirectoryName(env.ContentRootPath)}"); Log.Logger.Warning($"ContentRootPath——GetParent{Path.GetDirectoryName(env.ContentRootPath)}");
Log.Logger.Warning($"ContentRootPath——xx{Path.GetFullPath(Path.GetDirectoryName(env.ContentRootPath))}");
app.Run(); app.Run();
} }