Skip to content

Commit 1e69fce

Browse files
committed
Update validate_arch.ts
1 parent 8d583ad commit 1e69fce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

validate_arch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const main = async () => {
66
console.log(`arch: '${arch}'`)
77
console.log(`node arch: '${archNode}'`)
88
if (arch != archNode) {
9+
// macos scenario
910
if (arch == 'i386' && archNode == 'x64') {
1011
return
1112
}

0 commit comments

Comments
 (0)