| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f10d9ad commit 7a51a16
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -302,7 +302,7 @@ NODE_MODULES_PATHS(START) | |||
| 302 | 302 | 2. let I = count of PARTS - 1 | |
| 303 | 303 | 3. let DIRS = [] | |
| 304 | 304 | 4. while I >= 0, | |
| 305 | - a. if PARTS[I] = "node_modules" CONTINUE | ||
| 305 | + a. if PARTS[I] = "node_modules", GOTO d. | ||
| 306 | 306 | b. DIR = path join(PARTS[0 .. I] + "node_modules") | |
| 307 | 307 | c. DIRS = DIR + DIRS | |
| 308 | 308 | d. let I = I - 1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments