回答編集履歴
1
言い回しの修正
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
|
-
この状態で、`/Users/foo/bar/baz/index.js`の中で`require('hoge-module')`を実行すると、Nodeは次のディレクトリの中から順番に`hoge-module`と名付けられた子ディレクトリが存在
|
47
|
+
この状態で、`/Users/foo/bar/baz/index.js`の中で`require('hoge-module')`を実行すると、Nodeは次のディレクトリの中から順番に`hoge-module`と名付けられた子ディレクトリが存在しないか調べます:
|
48
48
|
|
49
49
|
|
50
50
|
|