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