yohei0125 4 年 前
コミット
81488dbcde
1 ファイル変更1 行追加1 行削除
  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 {