Compare commits
No commits in common. "c909dee4aa5de322904494fc0f917259300880fe" and "995b612537c25710ac8fc771f13b31e2e0ecfd9f" have entirely different histories.
c909dee4aa
...
995b612537
|
|
@ -292,11 +292,7 @@ try
|
||||||
|
|
||||||
app.Run();
|
app.Run();
|
||||||
|
|
||||||
Log.Logger.Warning($"ContentRootPath:{env.ContentRootPath}");
|
|
||||||
|
|
||||||
Log.Logger.Warning($"ContentRootPath——GetParent-notriem:{Directory.GetParent(env.ContentRootPath).FullName}");
|
|
||||||
|
|
||||||
Log.Logger.Warning($"ContentRootPath——GetParent:{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}");
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue