Skip to content

Commit

Permalink
Update emoji code.
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Aug 20, 2024
1 parent 8467434 commit a33f324
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ public virtual void CheckLibs(ApplicationInitializationContext context)
await httpContext.Response.WriteAsync(
"<html>" +
" <head>" +
" <title>Error The Libs folder is missing!</title>" +
" <title>Error - The Libs folder is missing!</title>" +
" </head>" +
" <body>" +
" <h1>⚠️ The Libs folder under the <code style='background-color: #e7e7e7;'>wwwroot/libs</code> directory is empty!</h1>" +
" <h1> &#9888;&#65039; The Libs folder under the <code style='background-color: #e7e7e7;'>wwwroot/libs</code> directory is empty!</h1>" +
" <p>The Libs folder contains mandatory NPM Packages for running the project.</p>" +
" <p>Make sure you run the <code style='background-color: #e7e7e7;'>abp install-libs</code> CLI tool command.</p>" +
" <p>For more information, check out the <a href='https://abp.io/docs/latest/CLI#install-libs'>ABP CLI documentation</a></p>" +
Expand Down

0 comments on commit a33f324

Please sign in to comment.