Skip to content

Commit

Permalink
docs: エンジン情報読み込みメソッドのコメントを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 10, 2024
1 parent ce1f213 commit c9286c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/electron/manager/engineInfoManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export class EngineInfoManager {
this.vvppEngineDir = payload.vvppEngineDir;
}

/** エンジンディレクトリのエンジンマニフェストからエンジンの情報を読み込む */
/**
* エンジンディレクトリのエンジンマニフェストからエンジンの情報を読み込む。
*/
private loadEngineInfo(
engineDir: string,
type: "vvpp" | "path",
Expand Down

0 comments on commit c9286c3

Please sign in to comment.