We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d184c16 commit 0c3fac9Copy full SHA for 0c3fac9
packages/domain/src/rdap.ts
@@ -88,7 +88,7 @@ export const isDomainUsingCloudflareNameservers = async (domain: string) => {
88
89
const rdapServer = await findRdapServer(topLevelDomain);
90
if (!rdapServer) {
91
- throw new Error(
+ console.error(
92
"RDAP Server for the given top level domain could not be found."
93
);
94
}
0 commit comments