This commit is contained in:
sanjayk03-dev
2023-12-30 05:51:32 +05:30
parent 6432510785
commit 72ed2f7390
4 changed files with 8 additions and 7 deletions

View File

@@ -204,6 +204,8 @@ module.exports = {
},
isMacrosPresent: function(){
if(this.config.macros!=undefined){
console.log("isMacrosPresent",this.config.macros!=undefined);
console.log(this.config.macros.length!=0);
return this.config.macros.length!=0;
}
return false;