| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f848553 commit 3b3aaa0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -974,7 +974,7 @@ async function getPackageType(url) { | |||
| 974 | 974 | // Compose a file path to a package.json in the same directory, | |
| 975 | 975 | // which may or may not exist | |
| 976 | 976 | const packagePath = resolvePath(dir, 'package.json'); | |
| 977 | - // Try to read the possibly non-existant package.json | ||
| 977 | + // Try to read the possibly nonexistent package.json | ||
| 978 | 978 | const type = await readFile(packagePath, { encoding: 'utf8' }) | |
| 979 | 979 | .then((filestring) => JSON.parse(filestring).type) | |
| 980 | 980 | .catch((err) => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments