Commit e64be76
authored
Ensure Node.js 10 and 12 can use file-based detection methods (#30)
The requirement to provide `fs.close` with a callback was optional in Node.js 8,
then mandatory in Node.js 10 and 12, then optional from Node.js 14 onwards.
The error was caught and swallowed so users should not have noticed this.1 parent f74b368 commit e64be76
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments