Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove global option for millisecond time display in .onLoad().
The options(digits.secs = 3) line was removed from the .onLoad function to avoid changing the default global time display settings to millisecond precision. This prevents unintended modifications to users' global options.
- Loading branch information