Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix in calculation of modified time of files in watch mode #3198

Merged
merged 1 commit into from Apr 11, 2022

Commits on Apr 8, 2022

  1. fix: changeTime is already in milliseconds

    We need to pass the timestamp in milliseconds to the date constructor,
    this code was assuming that changeTime was in seconds and needed to be
    multiplied by 1000 to get milliseconds but it is already in
    milliseconds.
    
    This led to the constructed date being incorrect.
    ryanwilsonperkin committed Apr 8, 2022
    Copy the full SHA
    4751a2d View commit details
    Browse the repository at this point in the history