Skip to content

Commit e882ca6

Browse files
bump
1 parent e885b6f commit e882ca6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserstack/mcp-server",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "BrowserStack's Official MCP Server",
55
"main": "dist/index.js",
66
"repository": {

src/tools/applive-utils/start-session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function openBrowser(launchUrl: string): void {
221221
: process.platform === "win32"
222222
? ["cmd", "/c", "start", launchUrl]
223223
: ["xdg-open", launchUrl];
224-
224+
225225
// nosemgrep:javascript.lang.security.detect-child-process.detect-child-process
226226
const child = childProcess.spawn(command[0], command.slice(1), {
227227
stdio: "ignore",

0 commit comments

Comments
 (0)