ci: format

This commit is contained in:
Dax Raad
2025-09-09 23:43:37 -04:00
parent e9c9700ed9
commit e3bf324ea9
68 changed files with 921 additions and 1018 deletions
+3 -1
View File
@@ -623,5 +623,7 @@ export function replace(content: string, oldString: string, newString: string, r
if (notFound) {
throw new Error("oldString not found in content")
}
throw new Error("oldString found multiple times and requires more code context to uniquely identify the intended match")
throw new Error(
"oldString found multiple times and requires more code context to uniquely identify the intended match",
)
}