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 43ea74c commit db7ac9eCopy full SHA for db7ac9e
src/commands/test.js
@@ -65,11 +65,7 @@ function getPlatform(logs) {
65
const isM1 = cpuCore.model.includes("Apple M1")
66
67
if (logs) {
68
- console.log(`OS type: ${type}
69
- OS arch: ${arch}
70
- OS release: ${release}
71
- OS major version: ${majorVersion}
72
- CPU model: ${cpuCore.model}`)
+ console.log(`OS type: ${type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
73
}
74
75
if (arch === 'x64' || (arch === 'arm64' && isM1)) {
0 commit comments