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 75e6e98 commit e6edd71Copy full SHA for e6edd71
1 file changed
packages/cli-doctor/src/tools/healthchecks/androidStudio.ts
@@ -54,7 +54,7 @@ export default {
54
`studio${archSuffix}.exe`,
55
).replace(/\\/g, '\\\\');
56
try {
57
- const { stdout } = await executeCommand(
+ const {stdout} = await executeCommand(
58
`wmic datafile where name="${fallbackPath}" get Version`,
59
);
60
version = stdout.replace(/(\r\n|\n|\r)/gm, '').trim();
0 commit comments