Make Duration _repr_ match toString() output#1375
Make Duration _repr_ match toString() output#1375justingrant wants to merge 1 commit intotc39:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1375 +/- ##
==========================================
- Coverage 95.26% 95.24% -0.02%
==========================================
Files 19 19
Lines 11123 11125 +2
Branches 1824 1824
==========================================
Hits 10596 10596
- Misses 522 524 +2
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Given that #1370 seems to fix most of these cases, do you want to just fix BTW, instead of updating all callsites to use an |
|
Yeah, makes sense. I'll close this and pull out that fix from the other PR into a new PR. |
Fixes #1371