Skip to content

Commit 62b9b68

Browse files
committed
fixup: lint
1 parent a6aa946 commit 62b9b68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shared/install/macos.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@ const isInstalled = async function () {
161161
*/
162162
const getExecOptions = async function () {
163163
return {
164-
cwd: resolve(__dirname, '../../packages/macos-at-driver-server/MacOSATDriverServer/Build/Debug'),
164+
cwd: resolve(
165+
__dirname,
166+
'../../packages/macos-at-driver-server/MacOSATDriverServer/Build/Debug',
167+
),
165168
};
166169
};
167170

0 commit comments

Comments
 (0)