mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
CB-13289: eslint fix
This commit is contained in:
parent
9fdb126715
commit
a2618dcde5
2
bin/templates/cordova/lib/check_reqs.js
vendored
2
bin/templates/cordova/lib/check_reqs.js
vendored
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user