Skip to content

Commit 431497d

Browse files
authored
Address PR comments. Normalize comment with option in the code below.
1 parent a247df7 commit 431497d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/check_reqs.js

Lines changed: 1 addition & 1 deletion
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-
// "spawn" option enabled for CVE-2024-27980 (Windows) Mitigation
113+
// "shell" option enabled for CVE-2024-27980 (Windows) Mitigation
114114
// See https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 for more details
115115
const result = execa.sync(path.join(__dirname, 'getASPath.bat'), { shell: true });
116116
// console.log('result.stdout =' + result.stdout.toString());

0 commit comments

Comments
 (0)