From 52916d29f4667dadc569eb1ee24d566ab44526ec Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 19 Aug 2025 14:53:06 -0600 Subject: [PATCH] Update src/PepperDash.Essentials/ControlSystem.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials/ControlSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials/ControlSystem.cs b/src/PepperDash.Essentials/ControlSystem.cs index 59137b98..0d508b33 100644 --- a/src/PepperDash.Essentials/ControlSystem.cs +++ b/src/PepperDash.Essentials/ControlSystem.cs @@ -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."); }