| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ | |||
| 21 | 21 | %diff% | |
| 22 | 22 | ||
| 23 | 23 | ## Additional troubleshooting: | |
| 24 | - * Did you type the name of the file correctly? You can check by running ls `%filename%`, if you see ls: cannot access `%filename%`: No such file or directory then you should create new file / rename existing or change directories to the one with file | ||
| 25 | - * Make sure you didn't omit parens, since otherwise compiler would not be able to parse it | ||
| 26 | - * Make sure you didn't do any typos in the string itself | ||
| 24 | + * Did you type the name of the file correctly? You can check by running 'ls `%filename%`'. If you see 'ls: cannot access `%filename%`: No such file or directory,' then perhaps the file doesn't exist, or has a different name, or is in a different directory. | ||
| 25 | + * Make sure you didn't omit any parens, or the compiler will not be able to parse it. | ||
| 26 | + * Make sure you don't have any typos in the string itself. | ||
| 27 | 27 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments