From a2618dcde5d18629b8e871de4ffe1ae19ec0fd47 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Mon, 30 Oct 2017 13:17:18 -0700 Subject: [PATCH] CB-13289: eslint fix --- bin/templates/cordova/lib/check_reqs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/cordova/lib/check_reqs.js b/bin/templates/cordova/lib/check_reqs.js index be2ca9a3..03bfe912 100644 --- a/bin/templates/cordova/lib/check_reqs.js +++ b/bin/templates/cordova/lib/check_reqs.js @@ -99,7 +99,7 @@ module.exports.get_gradle_wrapper = function () { var i = 0; var foundStudio = false; 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()) { var result = child_process.spawnSync(path.join(__dirname, 'getASPath.bat'));