You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: inline format args on the lines already touched
These formatting macro calls were already being rewritten to drop
redundant references, so capture their arguments in the format string
too.
Arguments that cannot be captured — method calls and field accesses —
stay positional, so a few of these strings mix the two styles.
Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>
"The type `Unsupported(\"{}\")` you specified in the type definition for the field `{}` is supported as a native type by Prisma. Please use the native type notation `{} @{}.{}` for full support.",
368
-
unsupported_lit,
367
+
"The type `Unsupported(\"{unsupported_lit}\")` you specified in the type definition for the field `{}` is supported as a native type by Prisma. Please use the native type notation `{} @{}.{}` for full support.",
"The relation fields `{}` on Model `{}` and `{}` on Model `{}` do not provide the `fields` argument in the {} attribute. You have to provide it on one of the two fields.",
44
+
"The relation fields `{}` on Model `{}` and `{}` on Model `{}` do not provide the `fields` argument in the {RELATION_ATTRIBUTE_NAME} attribute. You have to provide it on one of the two fields.",
0 commit comments