mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
Update src/PepperDash.Essentials/ControlSystem.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -613,7 +613,7 @@ namespace PepperDash.Essentials
|
|||||||
var rootDir = userOrNvramDir?.Parent;
|
var rootDir = userOrNvramDir?.Parent;
|
||||||
if (rootDir == null)
|
if (rootDir == null)
|
||||||
{
|
{
|
||||||
throw new Exception("Unable to determine root directory for html extraction.");
|
throw new Exception($"Unable to determine root directory for html extraction. Current path: {Global.FilePathPrefix}");
|
||||||
}
|
}
|
||||||
var htmlDir = Path.Combine(rootDir.FullName, "html");
|
var htmlDir = Path.Combine(rootDir.FullName, "html");
|
||||||
Debug.LogMessage(LogEventLevel.Information, "Found htmlassets zip file: {zipFile:l}... Unzipping...", htmlZipFile.FullName);
|
Debug.LogMessage(LogEventLevel.Information, "Found htmlassets zip file: {zipFile:l}... Unzipping...", htmlZipFile.FullName);
|
||||||
|
|||||||
Reference in New Issue
Block a user