Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 8369ab7

Browse files
committed
fix incorrect reference
1 parent 1724c8f commit 8369ab7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tasks/setup.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,7 @@ module.exports = function (grunt) {
377377

378378
var done = this.async(),
379379
nodeDest = grunt.config("nodeDest"),
380-
exeFile = nodeDest[0],
381-
npmFile = nodeDest[1];
380+
exeFile = nodeDest;
382381

383382
grunt.file.mkdir("deps/node");
384383

0 commit comments

Comments
 (0)