Skip to content

Commit e6edd71

Browse files
authored
Update packages/cli-doctor/src/tools/healthchecks/androidStudio.ts
1 parent 75e6e98 commit e6edd71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-doctor/src/tools/healthchecks/androidStudio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
`studio${archSuffix}.exe`,
5555
).replace(/\\/g, '\\\\');
5656
try {
57-
const { stdout } = await executeCommand(
57+
const {stdout} = await executeCommand(
5858
`wmic datafile where name="${fallbackPath}" get Version`,
5959
);
6060
version = stdout.replace(/(\r\n|\n|\r)/gm, '').trim();

0 commit comments

Comments
 (0)