Update scripts/modules/utils.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Ralph Khreish
parent
2421c205c4
commit
ee2af1760f
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user