()
| 74 | checkServerStatus() |
| 75 | |
| 76 | function checkServerStatus() { |
| 77 | return getStatus(url).then((status) => resolve(status), onError) |
| 78 | } |
| 79 | |
| 80 | function onError(e) { |
| 81 | // Some servers don't support the status command. If they are able to |
no test coverage detected