Update src/PepperDash.Essentials/ControlSystem.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Neil Dorin
2025-08-19 14:53:06 -06:00
committed by GitHub
parent 19e8489166
commit 52916d29f4

View File

@@ -601,7 +601,7 @@ namespace PepperDash.Essentials
if (htmlZipFiles.Length > 1)
{
throw new Exception("Multiple htmlassets zip files found. Cannot continue.");
throw new Exception("Multiple htmlassets zip files found in application directory. Please ensure only one htmlassets*.zip file is present and retry.");
}