mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Add newline at end of generated file content
This commit is contained in:
@@ -10,7 +10,8 @@ async function writeExercise(exercisePath) {
|
||||
};
|
||||
|
||||
// Do not edit below this line
|
||||
module.exports = ${exerciseName};`;
|
||||
module.exports = ${exerciseName};
|
||||
`;
|
||||
|
||||
await writeFile(
|
||||
join(
|
||||
|
||||
Reference in New Issue
Block a user