Skip to content

Commit 68a2f63

Browse files
committed
lint
1 parent 76161d7 commit 68a2f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/packages/shell/test/testHelper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function getAppPath(): string {
147147
* @returns The arguments to pass to the electron application
148148
*/
149149
export function getLaunchArgs(): string[] {
150-
const appPath = getAppPath();
150+
const appPath = getAppPath();
151151
// Ubuntu 24.04+ needs --no-sandbox, see https://github.com/electron/electron/issues/18265
152152
return os.platform() === "linux" ? [appPath, "--no-sandbox"] : [appPath];
153153
}

0 commit comments

Comments
 (0)