mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The use of path.sep is incorrect because req.url is a URL, not a file path, and so always contains forward slashes. I verified that the original code does not work on Windows and that the new code does.