mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-09 02:43:29 +08:00
fix: resolve lint regression in plan parsing
This commit is contained in:
@@ -275,7 +275,7 @@ function readPlanConfig(absoluteTarget) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
config = JSON.parse(fs.readFileSync(absoluteTarget, 'utf8'));
|
config = JSON.parse(fs.readFileSync(absoluteTarget, 'utf8'));
|
||||||
} catch (error) {
|
} catch (_error) {
|
||||||
throw new Error(`Invalid orchestration plan JSON: ${absoluteTarget}`);
|
throw new Error(`Invalid orchestration plan JSON: ${absoluteTarget}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user