Skip to content

Commit a22f500

Browse files
Update error message
1 parent cacda20 commit a22f500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/register-device.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async function getPushCertificateLink({ deep }: { deep: DeepClient }) {
9595
let webPushCertificateLink;
9696
if (data.length === 0) {
9797
throw new Error(
98-
`Select with data ${JSON.stringify(selectData)} returned empty result`
98+
`Select with data ${JSON.stringify(selectData)} returned empty result. Neither WebPushCertificate or UsesWebPushCertificate link is found`
9999
);
100100
}
101101
const usesWebPushCertificateLinks = data.filter(

0 commit comments

Comments
 (0)