yohei0125 3 anni fa
parent
commit
81488dbcde
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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> {
   async afterExpressServerReady(): Promise<void> {
     try {
     try {