You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small problem, Cannot read property 'split' of undefind [0].split(":") line 13
fs.readFileSync("/proc/cpuinfo").toString() return the next
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuild
CPU implementer : 0x41
CPU architecture : 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuild
CPU implementer : 0x41
CPU architecture : 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
...
processor : 3
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuild
CPU implementer : 0x41
CPU architecture : 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
therefore the function filter leaves everything empty
The text was updated successfully, but these errors were encountered:
I have a small problem, Cannot read property 'split' of undefind [0].split(":") line 13
fs.readFileSync("/proc/cpuinfo").toString() return the next
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuild
CPU implementer : 0x41
CPU architecture : 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuild
CPU implementer : 0x41
CPU architecture : 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
...
processor : 3
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuild
CPU implementer : 0x41
CPU architecture : 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
therefore the function filter leaves everything empty
The text was updated successfully, but these errors were encountered: