Merge pull request #211 from Apercu/patch-1

fix(exe): remove assignation on undefined variable
This commit is contained in:
Jared Allard
2016-04-16 18:50:08 -07:00
-1
View File
@@ -531,7 +531,6 @@ function _getNodeCompiler(nodeFileDir, nodeConfigureArgs, nodeMakeArgs, complete
encoding: 'utf8'
}); // write to file
pv = undefined;
} else if (stat.isDirectory()) {
// must be dir?
// skip tests because we don't need them here