Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9163e51

Browse files
committed
Ignore assertion branch
1 parent caa6809 commit 9163e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/git-prompt-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default class GitPromptServer {
1717
}
1818

1919
getAddress() {
20+
/* istanbul ignore if */
2021
if (!this.address) {
2122
throw new Error('Server is not listening');
2223
} else if (this.address.port) {

0 commit comments

Comments
 (0)