(t0)
| 54 | default: m.Doctor |
| 55 | }))); |
| 56 | function DoctorWithPlugins(t0) { |
| 57 | const $ = _c(2); |
| 58 | const { |
| 59 | onDone |
| 60 | } = t0; |
| 61 | useManagePlugins(); |
| 62 | let t1; |
| 63 | if ($[0] !== onDone) { |
| 64 | t1 = <React.Suspense fallback={null}><DoctorLazy onDone={onDone} /></React.Suspense>; |
| 65 | $[0] = onDone; |
| 66 | $[1] = t1; |
| 67 | } else { |
| 68 | t1 = $[1]; |
| 69 | } |
| 70 | return t1; |
| 71 | } |
| 72 | export async function doctorHandler(root: Root): Promise<void> { |
| 73 | logEvent('tengu_doctor_command', {}); |
| 74 | await new Promise<void>(resolve => { |
nothing calls this directly
no test coverage detected