From 764f04e626e480834730d6582989915e3a82b1a1 Mon Sep 17 00:00:00 2001 From: venediktov Date: Wed, 16 May 2018 00:38:50 -0700 Subject: [PATCH] remove incorrect initialization of npmConfigData to empty object --- lib/es6/cMake.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/es6/cMake.js b/lib/es6/cMake.js index 91872928..c4c3c272 100644 --- a/lib/es6/cMake.js +++ b/lib/es6/cMake.js @@ -188,7 +188,6 @@ CMake.prototype.getConfigureCommand = async(function* () { } // Load NPM config - npmConfigData = {}; for (let key of _.keys(npmConfigData)) { let ukey = key.toUpperCase(); if (_.startsWith(ukey, "CMAKE_")) {