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 0aca962 + 8adca92 commit 09bd9f0Copy full SHA for 09bd9f0
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