Commit 5e8e6ca0 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent e501a7fe
......@@ -63,10 +63,10 @@ function getDataFromFileAndConfig(all,file,config)
{
for (let i=0;i<all.length;i++)
{
console.log(all[i].name)
if (all[i].name ===file)
{
let inline=all[i].data
console.log(inline)
for (let j=0;j<inline.length;j++)
{
if (inline[j].includes(config))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment