Commit 0f12d04
committed
fix: use logger.debug instead of console.debug in resumeTaskFromHistory
Replaces console.debug with logger.debug to prevent 'Cannot log after tests are done' error in Jest tests. This change follows project logging guidelines and ensures proper test lifecycle handling.1 parent f877740 commit 0f12d04
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
672 | | - | |
| 672 | + | |
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
| |||
0 commit comments