()
| 85741 | } catch (throwable) { |
| 85742 | if (throwable instanceof Error) return [null, throwable]; |
| 85743 | throw throwable; |
| 85744 | } |
| 85745 | }; |
| 85746 | |
| 85747 | // src/commands/commit.ts |
| 85748 | var config6 = getConfig(); |
| 85749 | var getGitRemotes = async () => { |
no test coverage detected
searching dependent graphs…