(err)
| 191 | } |
| 192 | |
| 193 | function onError(err) { |
| 194 | const which = (this === client ? 'client' : 'server'); |
| 195 | assert(false, msg(`Unexpected ${which} error: ${err.stack}\n`)); |
| 196 | } |
| 197 | |
| 198 | function onReady() { |
| 199 | if (this === client) { |
no test coverage detected
searching dependent graphs…