CB-13289: eslint fix

This commit is contained in:
Joe Bowser 2017-10-30 13:17:18 -07:00
parent 9fdb126715
commit a2618dcde5

View File

@ -99,7 +99,7 @@ module.exports.get_gradle_wrapper = function () {
var i = 0; var i = 0;
var foundStudio = false; var foundStudio = false;
var program_dir; var program_dir;
//OK, This hack only works on Windows, not on Mac OS or Linux. We will be deleting this eventually! // OK, This hack only works on Windows, not on Mac OS or Linux. We will be deleting this eventually!
if (module.exports.isWindows()) { if (module.exports.isWindows()) {
var result = child_process.spawnSync(path.join(__dirname, 'getASPath.bat')); var result = child_process.spawnSync(path.join(__dirname, 'getASPath.bat'));