We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e2ed9 commit a264bb2Copy full SHA for a264bb2
src/tools/applive-utils/start-session.ts
@@ -223,7 +223,6 @@ function openBrowser(launchUrl: string): void {
223
: ["xdg-open", launchUrl];
224
225
// nosemgrep:javascript.lang.security.detect-child-process.detect-child-process
226
-
227
const child = childProcess.spawn(command[0], command.slice(1), {
228
stdio: "ignore",
229
detached: true,
0 commit comments