| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -131,7 +131,7 @@ const { | |||
| 131 | 131 | CHAR_BACKWARD_SLASH, | |
| 132 | 132 | } = require('internal/constants'); | |
| 133 | 133 | const { | |
| 134 | - isUint32, | ||
| 134 | + isInt32, | ||
| 135 | 135 | parseFileMode, | |
| 136 | 136 | validateBoolean, | |
| 137 | 137 | validateBuffer, | |
@@ -201,7 +201,7 @@ function makeStatsCallback(cb) { | |||
| 201 | 201 | }; | |
| 202 | 202 | } | |
| 203 | 203 | ||
| 204 | - const isFd = isUint32; | ||
| 204 | + const isFd = isInt32; | ||
| 205 | 205 | ||
| 206 | 206 | function isFileType(stats, fileType) { | |
| 207 | 207 | // Use stats array directly to avoid creating an fs.Stats instance just for | |
| Back | FazBrowse Home | New Git URL |
0 commit comments