mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: resolve lint regression in plan parsing
This commit is contained in:
parent
af318b8f04
commit
c5b8a0783e
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue