We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b912d commit b5db02fCopy full SHA for b5db02f
1 file changed
doc/api/modules.md
@@ -407,7 +407,7 @@ NODE_MODULES_PATHS(START)
407
4. while I >= 0,
408
a. if PARTS[I] = "node_modules", GOTO d.
409
b. DIR = path join(PARTS[0 .. I] + "node_modules")
410
- c. DIRS = DIR + DIRS
+ c. DIRS = DIRS + DIR
411
d. let I = I - 1
412
5. return DIRS + GLOBAL_FOLDERS
413
0 commit comments