()
| 1467 | } |
| 1468 | |
| 1469 | function scheduleRenderProcessExit(): void { |
| 1470 | const timer = setTimeout(() => process.exit(0), 100); |
| 1471 | if (isUnrefableTimer(timer)) timer.unref(); |
| 1472 | } |
| 1473 | |
| 1474 | function getMemorySnapshot() { |
| 1475 | return { |
no test coverage detected