Skip to content

Commit a264bb2

Browse files
Fix: Remove unnecessary line
1 parent 33e2ed9 commit a264bb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ function openBrowser(launchUrl: string): void {
223223
: ["xdg-open", launchUrl];
224224

225225
// nosemgrep:javascript.lang.security.detect-child-process.detect-child-process
226-
227226
const child = childProcess.spawn(command[0], command.slice(1), {
228227
stdio: "ignore",
229228
detached: true,

0 commit comments

Comments
 (0)