Răsfoiți Sursa

fix comment

yohei0125 3 ani în urmă
părinte
comite
81488dbcde
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/app/src/server/service/page-operation.ts

+ 1 - 1
packages/app/src/server/service/page-operation.ts

@@ -30,7 +30,7 @@ class PageOperationService {
   }
 
   /**
-   * run programs that should be executed only after the service is ready
+   * Execute functions that should be run after the express server is ready.
    */
   async afterExpressServerReady(): Promise<void> {
     try {