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 feb7a17 commit 2f5956aCopy full SHA for 2f5956a
src/utils.ts
@@ -35,6 +35,7 @@ export function getSupportedPlatform() {
35
36
function getValue(name: string) {
37
for (let line of lines) {
38
+ line = line.trim();
39
if (line.startsWith(name)) {
40
const equalsIndex = line.indexOf('=');
41
if (equalsIndex >= 0) {
0 commit comments