5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
237 stars 69 forks source link

Return not supported on SunOS #54

Closed mamash closed 6 years ago

mamash commented 6 years ago

The current os:type() catch attempts to access kqueue on SunOS platforms, which doesn't exist of course. This commit makes it return undefined properly.

Remotely related to synrc/fs#17, as in having some kind of backend supported on SunOS would be nice.