From a33f3249edb33bac7bedf19bd3c6338eb38c557c Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 20 Aug 2024 17:52:35 +0800 Subject: [PATCH] Update emoji code. --- .../Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs b/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs index 5563667438..1329fa5e27 100644 --- a/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs +++ b/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs @@ -35,10 +35,10 @@ public class AbpMvcLibsService : IAbpMvcLibsService, ITransientDependency await httpContext.Response.WriteAsync( "" + " " + - " Error — The Libs folder is missing!" + + " Error - The Libs folder is missing!" + " " + " " + - "

⚠️ The Libs folder under the wwwroot/libs directory is empty!

" + + "

⚠️ The Libs folder under the wwwroot/libs directory is empty!

" + "

The Libs folder contains mandatory NPM Packages for running the project.

" + "

Make sure you run the abp install-libs CLI tool command.

" + "

For more information, check out the ABP CLI documentation

" +