Skip to content

Commit

Permalink
chore: extractVvpp関数の引数vvppEngineDirをpayloadオブジェクトに変更予定のTODOを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 20, 2025
1 parent 5a09d60 commit cb5e887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/electron/vvppFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async function unarchive(

export async function extractVvpp(
vvppLikeFilePath: string,
vvppEngineDir: string,
vvppEngineDir: string, // TODO: payload objectに変える
callbacks?: { onProgress?: ProgressCallback },
): Promise<{ outputDir: string; manifest: MinimumEngineManifestType }> {
callbacks?.onProgress?.({ progress: 0 });
Expand Down

0 comments on commit cb5e887

Please sign in to comment.