Compare commits
2 Commits
e10e1f990f
...
860a09f6e8
| Author | SHA1 | Date |
|---|---|---|
|
|
860a09f6e8 | |
|
|
59262a5c72 |
|
|
@ -292,9 +292,8 @@ try
|
|||
|
||||
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}");
|
||||
Log.Logger.Warning($"ContentRootPath——GetParent:{Path.GetDirectoryName(env.ContentRootPath)}");
|
||||
|
||||
app.Run();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue