File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 } catch ( e ) {
9191 /* ignore */
9292 }
93- restSec: this . _normalizeRestSeconds ( entry ?. restSecOverride ?? item . restSec ) ,
93+ }
9494 } catch ( e ) {
9595 /* best-effort debug logging */
9696 }
169169 `DEBUG: _planAdvance start — timelineIndex=${ this . planTimelineIndex } cursor=${ JSON . stringify ( this . planCursor ) } reason=${ String (
170170 completion ?. reason ,
171171 ) } `,
172- const restSec = this . _normalizeRestSeconds ( restSource ?. restSec ) ;
172+ "debug" ,
173173 ) ;
174174 if ( this . supersetExecutor && this . groupExecutionMode ) {
175175 try {
234234 this . updateCurrentSetLabel ?. ( ) ;
235235 const nextLabel = nextItem . name || ( nextItem . type === "exercise" ? "Exercise" : "Echo" ) ;
236236 this . addLogEntry (
237- const restTotal = this . _normalizeRestSeconds ( totalSec ) ;
237+ `Superset continuing → ${ nextLabel } ` ,
238238 "info" ,
239239 ) ;
240240 try {
719719 }
720720 } ,
721721
722- const restSec = this . _normalizeRestSeconds ( item . restSec ) ;
722+ _pauseRestCountdown : function _pauseRestCountdown ( ) {
723723 const state = this . _restState ;
724724 if ( ! state ) {
725725 return ;
You can’t perform that action at this time.
0 commit comments