Skip to content

Commit

Permalink
エスケープのバックススラッシュが足りなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Apr 7, 2024
1 parent 9336097 commit f0eac9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/submit_review.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function createReviewData(commitId: string, test1ResultJson: string, test2
reviewOptions.body += "Please fill all translations\n\n";
}
reviewOptions.body += "For more information about tests, please see [CONTRIBUTING.md](https://github.com/Gakuto1112/Stormworks-JapaneseTranslation/blob/main/.github/CONTRIBUTING.md#翻訳のルールについて)";
if(!testResults[0].passed || !testResults[1].passed) reviewOptions.body += "\n\nOnce you fixed your changes, please request me again by clicking \"re-request review\" button 🔄 (located in the reviewers list on the right side of this page). I\'ll check your changes again.";
if(!testResults[0].passed || !testResults[1].passed) reviewOptions.body += "\n\nOnce you fixed your changes, please request me again by clicking \"re-request review\" button 🔄 (located in the reviewers list on the right side of this page). I\\'ll check your changes again.";

//ソースファイルへのレビューコメントを作成
if(reviewOptions.event == "REQUEST_CHANGES") {
Expand Down

0 comments on commit f0eac9a

Please sign in to comment.