fix(exe): remove assignation on undefined variable

This commit is contained in:
Balthazar Gronon
2016-04-16 18:04:41 +02:00
parent f6a18e18db
commit 0c401f3c1e
-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