Skip to content

Commit f98c708

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/check_reqs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports.get_gradle_wrapper = function () {
110110
let program_dir;
111111
// OK, This hack only works on Windows, not on Mac OS or Linux. We will be deleting this eventually!
112112
if (module.exports.isWindows()) {
113-
const result = execa.sync(path.join(__dirname, 'getASPath.bat'));
113+
const result = execa.sync(path.join(__dirname, 'getASPath.bat'), { spawn: true });
114114
// console.log('result.stdout =' + result.stdout.toString());
115115
// console.log('result.stderr =' + result.stderr.toString());
116116

0 commit comments

Comments
 (0)