Skip to content

Commit ebf954a

Browse files
spalgerSpencer Alger
authored andcommitted
1 parent e5615c9 commit ebf954a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tasks/build/downloadNodeBuilds.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = function (grunt) {
3737
// use an async iife to store promise for download
3838
// then store platform in active downloads list
3939
// which we will read from in the finish task
40-
platform.downloadPromise = (async () => {
40+
platform.downloadPromise = (async function () {
4141
grunt.file.mkdir(downloadDir);
4242

4343
if (platform.name === 'windows') {
@@ -82,4 +82,3 @@ module.exports = function (grunt) {
8282
.nodeify(this.async());
8383
});
8484
};
85-

0 commit comments

Comments
 (0)