more debugging

This commit is contained in:
Akshay Nair
2020-10-06 23:14:19 +05:30
parent 7b7870a400
commit e2911e265a
+1 -1
View File
@@ -57,7 +57,7 @@ if (!NC_API_KEY) {
process.exit(1);
}
console.log('>>>> iii', `${process.env.IP_ADDRESS}`.split('.'));
console.log('>>>> iii', `${process.env.NC_API_KEY}`.length);
const nc = new Namecheap({
user: NC_USER,