(output)
| 22 | status: 1, |
| 23 | signal: null, |
| 24 | stdout(output) { |
| 25 | assertProbeJson(output, { |
| 26 | v: 2, |
| 27 | probes, |
| 28 | results: [{ |
| 29 | probe: 0, |
| 30 | event: 'hit', |
| 31 | hit: 1, |
| 32 | location, |
| 33 | error: { message: 'Probe evaluation did not complete' }, |
| 34 | }, { |
| 35 | event: 'error', |
| 36 | pending: [], |
| 37 | error: { |
| 38 | code: 'probe_failure', |
| 39 | message: |
| 40 | 'Target process exited during probe evaluation. ' + |
| 41 | 'If the failure repeats, review the probe expression.', |
| 42 | probe: 0, |
| 43 | stderr: '', |
| 44 | details: { lastCdpMethod: 'Debugger.evaluateOnCallFrame' }, |
| 45 | }, |
| 46 | }], |
| 47 | }); |
| 48 | }, |
| 49 | trim: true, |
| 50 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…