File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ class JavaScriptCoreInstaller extends Installer {
4444 . then ( ( r ) => r . text ( ) )
4545 . then ( ( n ) => n . trim ( ) . replace ( '.zip' , '' ) ) ;
4646 case 'win32-x64' : {
47- const body = await fetch ( 'https://build.webkit.org/api/v2/builders/27/builds?limit=1&order=-number&property=owners&property=workername&property= got_revision&property=identifier ' )
47+ const body = await fetch ( 'https://build.webkit.org/api/v2/builders/27/builds?limit=1&order=-number&property=got_revision&complete=true ' )
4848 . then ( ( r ) => r . json ( ) ) ;
4949 return body . builds [ 0 ] . properties . got_revision [ 0 ] ;
5050 }
5151 case 'darwin-x64' : {
52- const body = await fetch ( 'https://build.webkit.org/api/v2/builders/54/builds?limit=1&order=-number&property=owners&property=workername&property= got_revision&property=identifier ' )
52+ const body = await fetch ( 'https://build.webkit.org/api/v2/builders/54/builds?limit=1&order=-number&property=got_revision&complete=true ' )
5353 . then ( ( r ) => r . json ( ) ) ;
5454 return body . builds [ 0 ] . properties . got_revision [ 0 ] ;
5555 }
You can’t perform that action at this time.
0 commit comments