Skip to content

Commit 8478975

Browse files
committed
debug info
1 parent 02ab21a commit 8478975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ async function main(){
4444
const filename = getFPMFilename(fpmVersion,process.platform);
4545

4646
console.log(`This platform is ${process.platform}`);
47+
console.log(`Fetching fpm from ${fetchPath}${filename}`);
4748

4849
// Download release
4950
var fpmPath;
5051
try {
5152

52-
// Try downloading the file without the compiler suffix
53-
console.log(`Fetching fpm from ${fetchPath}${filename}`);
53+
// Try downloading the file without the compiler suffix
5454
const filename = getFPMFilename(fpmVersion, process.platform);
5555
fpmPath = await tc.downloadTool(fetchPath + filename);
5656

0 commit comments

Comments
 (0)