| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6f1c622 commit 4e438c3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -660,8 +660,8 @@ The mapping between error codes and string messages is platform-dependent. | |||
| 660 | 660 | ||
| 661 | 661 | ```js | |
| 662 | 662 | fs.access('file/that/does/not/exist', (err) => { | |
| 663 | - const name = util.getSystemErrorMessage(err.errno); | ||
| 664 | - console.error(name); // No such file or directory | ||
| 663 | + const message = util.getSystemErrorMessage(err.errno); | ||
| 664 | + console.error(message); // No such file or directory | ||
| 665 | 665 | }); | |
| 666 | 666 | ``` | |
| 667 | 667 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments