} else {
      const result = stack.indexOf(item.info.filename);
      if (result === -1) {
        stack.push(item.info.filename);
        return true;