Skip to content

Commit b450629

Browse files
Remove print
1 parent 6b6bf4d commit b450629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async function getLinuxInfo() {
168168
infoArray.forEach((val) => {
169169
infoMap.set(val[0].toLowerCase(), val[1])
170170
});
171-
print.info(infoMap)
171+
172172
return infoMap
173173
} catch (error) {
174174
print.error(`Error fetching the Linux version:\n ${error}`)

0 commit comments

Comments
 (0)