mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
0fa7c90637
commit
ec509d6e8a
1 changed files with 1 additions and 2 deletions
|
@ -37,7 +37,7 @@ module.exports = function (grunt) {
|
|||
// use an async iife to store promise for download
|
||||
// then store platform in active downloads list
|
||||
// which we will read from in the finish task
|
||||
platform.downloadPromise = (async () => {
|
||||
platform.downloadPromise = (async function () {
|
||||
grunt.file.mkdir(downloadDir);
|
||||
|
||||
if (platform.name === 'windows') {
|
||||
|
@ -82,4 +82,3 @@ module.exports = function (grunt) {
|
|||
.nodeify(this.async());
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue