(block)
| 95 | } |
| 96 | |
| 97 | function printLogBlock(block) { |
| 98 | if (mode.blockLog && logBlocks[block]) { |
| 99 | logBlocks[block].forEach(el => { |
| 100 | console.log(el); |
| 101 | }); |
| 102 | } |
| 103 | } |
| 104 | |
| 105 | async function cdn(page, type) { |
| 106 | return new Promise(async (resolve, reject) => { |
no outgoing calls
no test coverage detected