| 1 | const _progress = require('../cli-progress'); |
| 2 | |
| 3 | // long running, recursive function (blocking operation) |
| 4 | // well it's no optimized and not for productive use but it's an easy way to implement a long-running & blocking operation without third-party modules |
nothing calls this directly
no test coverage detected