質問編集履歴

1

誤字修正

2021/08/18 12:05

投稿

west_side_park
west_side_park

スコア45

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  const reFilename = 'test2.jpg';
26
26
 
27
- const reFilepath = `../imaga/${reFilename}`;
27
+ const reFilepath = `../image/${reFilename}`;
28
28
 
29
29
  fs.rename(filepath, reFilepath, (err) => {
30
30