mason icon indicating copy to clipboard operation
mason copied to clipboard

feat(logger): adds support for milliseconds on progress duration

Open marcotas opened this issue 3 years ago โ€ข 0 comments

Status

READY

Description

Displays milliseconds appropriately when progress takes less than 100 milliseconds to complete like in this picture: image

Currently returns 0.0s if less than 100ms.

This is the sample code I've used in dart pad. image

Type of Change

  • [x] โœจ New feature (non-breaking change which adds functionality)
  • [ ] ๐Ÿ› ๏ธ Bug fix (non-breaking change which fixes an issue)
  • [ ] โŒ Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] ๐Ÿงน Code refactor
  • [ ] โœ… Build configuration change
  • [ ] ๐Ÿ“ Documentation
  • [ ] ๐Ÿ—‘๏ธ Chore

marcotas avatar Aug 07 '22 02:08 marcotas