We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2f945 commit 43ea74cCopy full SHA for 43ea74c
src/commands/test.js
@@ -65,7 +65,11 @@ function getPlatform(logs) {
65
const isM1 = cpuCore.model.includes("Apple M1")
66
67
if (logs) {
68
- console.log(`OS type: ${type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
+ console.log(`OS type: ${type}
69
+ OS arch: ${arch}
70
+ OS release: ${release}
71
+ OS major version: ${majorVersion}
72
+ CPU model: ${cpuCore.model}`)
73
}
74
75
if (arch === 'x64' || (arch === 'arm64' && isM1)) {
0 commit comments