Skip to content

Commit

Permalink
fix(web): updated to force build
Browse files Browse the repository at this point in the history
  • Loading branch information
foundrium committed Feb 9, 2022
1 parent 5ce7750 commit 8b87151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/api/hasteClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class HasteClient {
public static build(signinUrl = 'https://authclient.hastearcade.com') {
if (!isBrowser())
throw new Error(
`Haste client build can only be called from a browser based environment. If you are on running @hastearcade/web on a server, please use the server package.`,
`Haste client build can only be called from a browser based environment. If you are on running @hastearcade/web on a server, please use the server package instead.`,
);

return new HasteClient({
Expand Down

0 comments on commit 8b87151

Please sign in to comment.