Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jul 13, 2024
1 parent ed1c4bc commit a317ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/core/src/shared/utils/machine.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function isWindowsProcessMixedOrNativeArchitecture(): string {
}
if (
process.arch === 'ia32' &&
// biome-ignore lint/suspicious/noPrototypeBuiltins: <explanation>
process.env.hasOwnProperty('PROCESSOR_ARCHITEW6432')
) {
return 'mixed'
Expand Down

0 comments on commit a317ed2

Please sign in to comment.