質問編集履歴

1

コードの修正

2018/10/20 16:41

投稿

syen2501
syen2501

スコア38

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  console.log('Congratulations, your extension "semieditor" is now active!');
46
46
 
47
- const readJson = JSON.parse(fs.readFileSync('C:\Users\神龍\shin\src\parent_dict.json','utf8'));
47
+ const readJson = JSON.parse(fs.readFileSync('C:\Users\\shin\src\parent_dict.json','utf8'));
48
48
 
49
49
 
50
50