justarandomgeek / vscode-factoriomod-debug

Factorio Mod Tool Kit
Other
100 stars 24 forks source link

Calculate new changelog date just once #89

Closed sparr closed 1 year ago

sparr commented 1 year ago

This prevents the file and log disagreeing when the clock ticks over midnight in between the two calls to new Date().

Also uses standard substring instead of deprecated substr.