jrudess / streamdvr

DVR for streaming entertainment
GNU General Public License v3.0
65 stars 16 forks source link

new fs.promises call may not be working on windows #98

Closed jrudess closed 5 years ago

jrudess commented 5 years ago

Got a report that in Win10, trying to create the captured/capturing directories gives an error if they already exist. This code was recently changed to use an experimental fs.promises API.

jrudess commented 5 years ago

Looks like there may be a bug in 10.12 that is fixed in 10.13. Report indicates problem resolved after updating.