| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ec74b93 commit c1ee506
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -497,10 +497,6 @@ function Stats(dev, mode, nlink, uid, gid, rdev, blksize, | |||
| 497 | 497 | ObjectSetPrototypeOf(Stats.prototype, StatsBase.prototype); | |
| 498 | 498 | ObjectSetPrototypeOf(Stats, StatsBase); | |
| 499 | 499 | ||
| 500 | - // HACK: Workaround for https://github.com/standard-things/esm/issues/821. | ||
| 501 | - // TODO(ronag): Remove this as soon as `esm` publishes a fixed version. | ||
| 502 | - Stats.prototype.isFile = StatsBase.prototype.isFile; | ||
| 503 | - | ||
| 504 | 500 | Stats.prototype._checkModeProperty = function(property) { | |
| 505 | 501 | if (isWindows && (property === S_IFIFO || property === S_IFBLK || | |
| 506 | 502 | property === S_IFSOCK)) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments