We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533ff93 commit 3cd24d4Copy full SHA for 3cd24d4
changelog.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 5.4.1
4
+
5
+ * Avoid errors in `fs.existsSync` (see [#401][#401])
6
7
## 5.4.0
8
9
* Use setImmediate instead of process.nextTick (thanks @regseb, see [#360][#360])
@@ -387,3 +391,4 @@ Detailed changes:
387
391
[#390]: https://github.com/tschaub/mock-fs/pull/390
388
392
[#391]: https://github.com/tschaub/mock-fs/pull/391
389
393
[#360]: https://github.com/tschaub/mock-fs/pull/360
394
+[#401]: https://github.com/tschaub/mock-fs/pull/401
0 commit comments