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 7fcd7d0 commit 02ab21aCopy full SHA for 02ab21a
index.js
@@ -64,7 +64,7 @@ async function main(){
64
for (const compiler of compilers) {
65
66
// Generate the filename with the compiler suffix
67
- const filenameWithSuffix = getFPMFilename(fpmVersion, process.platform, compilers);
+ const filenameWithSuffix = getFPMFilename(fpmVersion, process.platform, compiler);
68
console.log(`Trying to fetch compiler-built fpm: ${filenameWithSuffix}`);
69
70
try {
0 commit comments