Skip to content

Commit

Permalink
add space character
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jun 7, 2024
1 parent 4951597 commit bcc0dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/templates/client.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func NewClient(options ...func(config *PrismaConfig)) *PrismaClient {
url = os.Getenv(schemaEnvVarName)
if url == "" {
//panic("no connection string found")
println("WARNING: env var which was defined in the Prisma schema is not set" + schemaEnvVarName)
println("WARNING: env var which was defined in the Prisma schema is not set " + schemaEnvVarName)
}
}
}
Expand Down

0 comments on commit bcc0dbf

Please sign in to comment.