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.
2 parents e358bdc + 94a2b61 commit 8adca92Copy full SHA for 8adca92
src/utils.ts
@@ -43,7 +43,7 @@ export function getSupportedPlatform() {
43
44
// Strip double quotes if necessary
45
if (value.length > 1 && value.startsWith('"') && value.endsWith('"')) {
46
- value = value.substring(1, value.length - 2);
+ value = value.substring(1, value.length - 1);
47
}
48
49
return value;
0 commit comments