This commit is contained in:
Debjit Chattopadhyay
2025-11-17 19:30:43 +05:30
parent 3611b3cc98
commit eaff934d9c
@@ -226,8 +226,9 @@ function main()
}
}
catch (e){
if(logger.isLoggingEnabled())
logger.log("Invalid node due to : " + e.message);
if(logger.isLoggingEnabled()){
logger.log("Invalid node due to : " + e.message);
}
validNode = false;
}
if(validNode){