Closed

Description
- Version: v14.15.4
- Platform: Linux localhost 3.18.71-perf-g7e60bff deps: update openssl to 1.0.1j #1 SMP PREEMPT Thu Feb 4 15:19:41 WIB 2021 armv7l Android
What steps will reproduce the bug?
const os = require("os");
console.log(os.cpus());
How often does it reproduce? Is there a required condition?
it happens whenever I run os.cpus()
What is the expected behavior?
it is supposed to print an Array of the CPUs of the phone.
What do you see instead?
I see an empty Array []
instead.
Additional Information
I made an web app that shows system information in the browser, it works on my pc but never worked on this device.