Implement derived grow check rules, auto-fix behaviors, and import hardening
This commit is contained in:
@@ -104,7 +104,7 @@ export function parseProjectFile(raw: unknown): ProjectFile {
|
||||
try {
|
||||
validatedParts.push(sanitizePart(p));
|
||||
} catch (err) {
|
||||
throw new Error(`Project file validation failed: ${(err as Error).message}`);
|
||||
console.warn('Skipping corrupted part during import:', p, err);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user