* Task to build the xRegistry
()
| 2147 | * Task to build the xRegistry |
| 2148 | */ |
| 2149 | async function taskBuildXRegistry() { |
| 2150 | if (!(await buildXRegistry())) { |
| 2151 | process.exit(1) |
| 2152 | } |
| 2153 | } |
| 2154 | |
| 2155 | // --------------------------------------------------------------------------- |
| 2156 | // Coverage task |
nothing calls this directly
no test coverage detected