Closed steebchen closed 2 years ago
When using Prisma's Go client, the provider value is set to:
generator client { provider = "go run github.com/prisma/prisma-client-go" }
which results in this parsing error:
@steebchen sorry about this and about the delay.
My lexer definition wasn't solid enough on string parsing, I've just fixed this and will release a new version by tomorrow!
No worries, thanks for the fix :)
When using Prisma's Go client, the provider value is set to:
which results in this parsing error: