Skip to content

Commit

Permalink
chore(client): remove new issue links to prisma-client-js (prisma#5937
Browse files Browse the repository at this point in the history
)
  • Loading branch information
William Luke authored Mar 2, 2021
1 parent ca450c9 commit d24e613
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/packages/client/scripts/default-index-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class PrismaClient {
constructor() {
throw new Error(
`@prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
In case this error is unexpected for you, please report it in https://github.com/prisma/prisma-client-js/issues/390.`,
In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues/new`,
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/packages/client/scripts/default-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class PrismaClient {
constructor() {
throw new Error(
`@prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
In case this error is unexpected for you, please report it in https://github.com/prisma/prisma-client-js/issues/390.`,
In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`,
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class PrismaClient {
constructor() {
throw new Error(
\`PrismaClient is unable to be run in the browser.
In case this error is unexpected for you, please report it in https://github.com/prisma/prisma-client-js/issues\`,
In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues\`,
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/packages/client/src/generation/TSClient/TSClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class PrismaClient {
constructor() {
throw new Error(
\`PrismaClient is unable to be run in the browser.
In case this error is unexpected for you, please report it in https://github.com/prisma/prisma-client-js/issues\`,
In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues\`,
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/src/NodeEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ You already added the platform${
in the "schema.prisma" file as described in https://pris.ly/d/client-generator,
but something went wrong. That's suboptimal.
Please create an issue at https://github.com/prisma/prisma-client-js/issues/new`
Please create an issue at https://github.com/prisma/prisma/issues/new`
errorText += ``
} else {
// If they didn't even have the current running platform in the schema.prisma file, it's easy
Expand Down

0 comments on commit d24e613

Please sign in to comment.