Commit 9e6d04e
committed
Workaround file reuse issue on Windows for #109.
If you try to recreate a file too quickly after deleting it on
Windows it will give you EPERM. This is why things like graceful-fs
exist. Working around this in the tests by just not using the same
name in both file-test.js and file-sync-test.js.1 parent a11a18b commit 9e6d04e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments