BenoitGauthier / diskinfo

nodejs module to get disk information
MIT License
10 stars 13 forks source link

Fix for drive array growing each time getDrives is called #3

Open gavinaiken opened 7 years ago

gavinaiken commented 7 years ago

Move array variable inside function so it does not grow with each call to getDrives.

Also add darwin to os list in package.json, module works correctly for darwin (OSX).

gavinaiken commented 6 years ago

@BenoitGauthier did you get a chance to review this PR?