This commit is contained in:
sanjayk03-dev
2023-12-30 11:57:18 +05:30
parent 0bf3d936d4
commit 3664c2e19b
3 changed files with 15 additions and 9 deletions

View File

@@ -203,7 +203,7 @@ module.exports = {
return Math.min(1, p);
},
isMacrosPresent: function(){
return (this.config.macros!=undefined)
return this.config.macros != undefined;
// if(this.config.macros!=undefined){
// console.log("isMacrosPresent",this.config.macros!=undefined);
// console.log(this.config.macros.length!=0);