Skip to content

Commit db7ac9e

Browse files
committed
revert back to one line console log
1 parent 43ea74c commit db7ac9e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/commands/test.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ function getPlatform(logs) {
6565
const isM1 = cpuCore.model.includes("Apple M1")
6666

6767
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}`)
68+
console.log(`OS type: ${type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
7369
}
7470

7571
if (arch === 'x64' || (arch === 'arm64' && isM1)) {

0 commit comments

Comments
 (0)