Skip to content

Commit 8029ebd

Browse files
committed
Cleanup
1 parent 356354c commit 8029ebd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dist/index.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

windows.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ export async function install(platform, engine, version) {
8383
await installGCCTools(msys2Type)
8484
}
8585

86-
if (version === 'mswin') { await installVCPkg() }
86+
if (version === 'mswin') {
87+
await installVCPkg()
88+
}
8789

8890
const ridk = `${rubyPrefix}\\bin\\ridk.cmd`
8991
if (fs.existsSync(ridk)) {

0 commit comments

Comments
 (0)