Update scripts/modules/utils.js

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Carl Mercier
2025-07-26 00:37:19 -05:00
committed by Ralph Khreish
parent 2421c205c4
commit ee2af1760f

View File

@@ -492,7 +492,7 @@ function readJSON(filepath, projectRoot = null, tag = null) {
// If the resolved tag doesn't exist, fall back to master
const masterData = data.master;
if (masterData && masterData.tasks) {
normalizeTaskIds(data.tasks);
normalizeTaskIds(masterData.tasks);
if (isDebug) {
console.log(