| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 06732ba commit 3ad7430
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -181,9 +181,9 @@ NODE_MODULES_PATHS(START) | |||
| 181 | 181 | 3. let DIRS = [] | |
| 182 | 182 | 4. while I >= 0, | |
| 183 | 183 | a. if PARTS[I] = "node_modules" CONTINUE | |
| 184 | - c. DIR = path join(PARTS[0 .. I] + "node_modules") | ||
| 185 | - b. DIRS = DIRS + DIR | ||
| 186 | - c. let I = I - 1 | ||
| 184 | + b. DIR = path join(PARTS[0 .. I] + "node_modules") | ||
| 185 | + c. DIRS = DIRS + DIR | ||
| 186 | + d. let I = I - 1 | ||
| 187 | 187 | 5. return DIRS | |
| 188 | 188 | ``` | |
| 189 | 189 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments