| 4 | import {EMPTY_STATE, UpdateState} from '../../../../node/updater/types'; |
| 5 | |
| 6 | interface ScriptStep {cmd: string; exit: number; stderr?: string} |
| 7 | |
| 8 | const okSpawn = (script: ScriptStep[]) => { |
| 9 | let i = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected