(command, args, options = {})
| 1772 | } |
| 1773 | |
| 1774 | function runJson(command, args, options = {}) { |
| 1775 | return JSON.parse(runText(command, args, options)); |
| 1776 | } |
| 1777 | |
| 1778 | function runText(command, args, options = {}) { |
| 1779 | const startedAt = Date.now(); |
no test coverage detected