Skip to content

Commit c25e110

Browse files
committed
Update installer.js
1 parent f82c03b commit c25e110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if (argv.help || argv.h) {
7777
|| (process.platform == 'win32' && where('choco') === null)
7878
)) {
7979
let installOutput = '';
80-
const child = spawn(CMD[process.platform], SYSTEM[process.platform], {
80+
const child = spawn(CMD[process.platform], [SYSTEM[process.platform]], {
8181
stdio: 'pipe',
8282
});
8383

0 commit comments

Comments
 (0)