the github commands can fail with ``` Error: TypeError: Cannot read property ‘status’ of undefined ``` which is from the catch block that attempts to unbox an `error` but is not defensive enough. it is impossible to know what the error is as a result.
the github commands can fail with
which is from the catch block that attempts to unbox an
errorbut is not defensive enough.it is impossible to know what the error is as a result.