ref: remove unecessary comments
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { listTasks } from '../../../../scripts/modules/task-manager.js';
|
import { listTasks } from '../../../../scripts/modules/task-manager.js';
|
||||||
|
import { getCachedOrExecute } from '../../tools/utils.js';
|
||||||
import {
|
import {
|
||||||
enableSilentMode,
|
enableSilentMode,
|
||||||
disableSilentMode
|
disableSilentMode
|
||||||
} from '../../../../scripts/modules/utils.js';
|
} from '../../../../scripts/modules/utils.js';
|
||||||
import { getCachedOrExecute } from '../../tools/utils.js';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Direct function wrapper for listTasks with error handling and caching.
|
* Direct function wrapper for listTasks with error handling and caching.
|
||||||
|
|||||||
@@ -757,7 +757,7 @@ async function displayNextTask(tasksPath, complexityReportPath = null) {
|
|||||||
data.tasks,
|
data.tasks,
|
||||||
true,
|
true,
|
||||||
complexityReport
|
complexityReport
|
||||||
) // Pass complexityReport
|
)
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
chalk.cyan.bold('Complexity:'),
|
chalk.cyan.bold('Complexity:'),
|
||||||
@@ -1187,7 +1187,7 @@ async function displayTaskById(tasksPath, taskId, complexityReportPath = null) {
|
|||||||
data.tasks,
|
data.tasks,
|
||||||
true,
|
true,
|
||||||
complexityReport
|
complexityReport
|
||||||
) // Pass complexityReport
|
)
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
chalk.cyan.bold('Complexity:'),
|
chalk.cyan.bold('Complexity:'),
|
||||||
|
|||||||
Reference in New Issue
Block a user