vercel / serve-handler

The foundation of `serve`

Home Page:https://npmjs.com/serve-handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows error in the root directory

Hill-98 opened this issue · comments

Due to the direct use of fs.lstat, in acquiring similar D: \ when the file, Windows system folder "System Volume Information" method would result in an exception.

1.png

Perhaps you can first use fs.readdir list all the files, then use fs.lstat to get detailed information and filter list.

So even if some files wrong, it will not affect the normal display other files.

shameless self-promotion alert:
this feature is fixed in my @warren-bank/serve fork of serve