Skip to content

Commit

Permalink
Add Url and FallbackUrl in exception on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Apr 2, 2023
1 parent e513384 commit 3e2462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/win32.ps1
Expand Up @@ -155,7 +155,7 @@ Function Get-File {
Invoke-WebRequest -Uri $FallbackUrl -TimeoutSec $TimeoutSec
}
} catch {
throw "Failed to download the build"
throw "Failed to download the assets from $Url and $FallbackUrl"
}
}
}
Expand Down

0 comments on commit 3e2462a

Please sign in to comment.