| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a9675a0 commit 8ad0dff
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -325,7 +325,7 @@ NODE_MODULES_PATHS(START) | |||
| 325 | 325 | 2. let I = count of PARTS - 1 | |
| 326 | 326 | 3. let DIRS = [] | |
| 327 | 327 | 4. while I >= 0, | |
| 328 | - a. if PARTS[I] = "node_modules" CONTINUE | ||
| 328 | + a. if PARTS[I] = "node_modules", GOTO d. | ||
| 329 | 329 | b. DIR = path join(PARTS[0 .. I] + "node_modules") | |
| 330 | 330 | c. DIRS = DIR + DIRS | |
| 331 | 331 | d. let I = I - 1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments