Skip to content

Commit c360994

Browse files
committed
fix: improve error message for TM base URL connection failure
1 parent 44d7215 commit c360994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tm-base-url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ export async function getTMBaseURL(
4747
}
4848

4949
throw new Error(
50-
"Unable to connect to BrowserStack Test Management. Please check your credentials and network connection.",
50+
"Unable to connect to BrowserStack Test Management. Please check your credentials and network connection.Please open an issue on GitHub if the problem persists",
5151
);
5252
}

0 commit comments

Comments
 (0)