Compare commits
2 Commits
995b612537
...
c909dee4aa
| Author | SHA1 | Date |
|---|---|---|
|
|
c909dee4aa | |
|
|
6775cfe170 |
|
|
@ -292,7 +292,11 @@ try
|
|||
|
||||
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