Fix progress callback message
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user