mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 11:11:09 +00:00
chore: enable consistent-return
This commit is contained in:
@@ -413,4 +413,5 @@ export function filterRecordsForReport(
|
||||
case "public-surface-usage":
|
||||
return records;
|
||||
}
|
||||
throw new Error("Unsupported topology report");
|
||||
}
|
||||
|
||||
@@ -72,6 +72,7 @@ function extractOwner(relPath: string): string | null {
|
||||
case "test":
|
||||
return null;
|
||||
}
|
||||
throw new Error("Unsupported topology scope");
|
||||
}
|
||||
|
||||
function extractExtensionId(relPath: string): string | null {
|
||||
|
||||
Reference in New Issue
Block a user