Adds debugging statement

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