| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6686,7 +6686,7 @@ readFileSync(new URL('file:///tmp/hello')); | |||
| 6686 | 6686 | ||
| 6687 | 6687 | On Windows, `file:` {URL}s with a host name convert to UNC paths, while `file:` | |
| 6688 | 6688 | {URL}s with drive letters convert to local absolute paths. `file:` {URL}s | |
| 6689 | - without a host name nor a drive letter will result in an error: | ||
| 6689 | + with no host name and no drive letter will result in an error: | ||
| 6690 | 6690 | ||
| 6691 | 6691 | ```mjs | |
| 6692 | 6692 | import { readFileSync } from 'fs'; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments