Skip to content

Commit

Permalink
指定されたファイルまたはフォルダが見つかりません。
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 1, 2024
1 parent e1304cc commit 0615213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/fileHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function generateWriteErrorMessage(writeFileResult: ResultError<any>) {
}

if (code?.startsWith("ENOENT")) {
return "ファイルが見つかりません。";
return "指定されたファイルまたはフォルダが見つかりません。";
}
}

Expand Down

0 comments on commit 0615213

Please sign in to comment.