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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -601,7 +601,7 @@ namespace PepperDash.Essentials
if (htmlZipFiles.Length > 1) 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.");
} }