style: add tip for tailchat sdk client

chore/devcontainer
moonrailgun 1 year ago
parent e0f9f5dab9
commit 6ea7ca8008

@ -54,7 +54,11 @@ export class TailchatBaseClient {
// this.whoami().then(console.log);
} catch (err) {
console.error(err);
throw new Error('Login failed, please check application credentials');
throw new Error(
`Login failed, please check application credentials or network(Error: ${String(
err
)})`
);
}
}

Loading…
Cancel
Save