()
| 960 | }); |
| 961 | |
| 962 | async function runAndInit() { |
| 963 | await inspector.run(); |
| 964 | await initAfterStart(); |
| 965 | } |
| 966 | |
| 967 | function initializeContext(context) { |
| 968 | ArrayPrototypeForEach(inspector.domainNames, (domain) => { |
no test coverage detected
searching dependent graphs…