Fix progress callback message

This commit is contained in:
Girish Ramakrishnan
2023-08-22 16:28:48 +05:30
parent 3c93cf07fc
commit 68aab74185
+1 -1
View File
@@ -248,7 +248,7 @@ async function registerLocations(locations, options, progressCallback) {
const ipv6 = await network.getIPv6();
for (const location of locations) {
progressCallback({ message: `Registering location: ${fqdn(location.subdomain, location.domain)}` });
progressCallback({ message: `Registering location ${fqdn(location.subdomain, location.domain)}` });
await promiseRetry({ times: 200, interval: 5000, debug, retry: (error) => error.retryable }, async function () {
// cname records cannot co-exist with other records