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 518fbef commit 9ed68efCopy full SHA for 9ed68ef
testing/windows/manage.ps1
@@ -187,6 +187,9 @@ function downloadGraalVM([string]$version) {
187
Invoke-WebRequest -Uri $downloadUrl -OutFile $localFile
188
Expand-Archive -Path $(Join-Path $(Get-Location) -ChildPath $localFile) -DestinationPath $(Get-Location)
189
Remove-Item -Path $(Join-Path $(Get-Location) -ChildPath $localFile)
190
+
191
+ # initiallize the JavaScript language
192
+ . $graalVMDirectory\bin\gu.cmd install js
193
}
194
195
function downloadGraalJS([string] $version) {
0 commit comments