-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid node issue with utimes on Windows
Lot of nodejs versions are buggy on windows regarding utime : It's not setting the milliseconds part. Issue: nodejs/node#2069 With this change file date comparison is now done with only seconds precision on windows when copying files. It make linking fast again under windows.
- Loading branch information
1 parent
ca92c47
commit 2d464b3
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters