Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / devel / webprofiler / console.services.yml
1 services:
2   webprofiler.list:
3     class: Drupal\webprofiler\Command\ListCommand
4     tags:
5       - { name: drupal.command }
6     lazy: true
7   webprofiler.export:
8     class: Drupal\webprofiler\Command\ExportCommand
9     tags:
10       - { name: drupal.command }
11   webprofiler.benchmark:
12     class: Drupal\webprofiler\Command\BenchmarkCommand
13     tags:
14       - { name: drupal.command }