We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc6aef commit 0bbce03Copy full SHA for 0bbce03
doc/api/os.md
@@ -74,6 +74,8 @@ added: v0.3.3
74
* Returns: {Object\[]}
75
76
Returns an array of objects containing information about each logical CPU core.
77
+The array will be empty if no CPU information is available, such as if the
78
+`/proc` file system is unavailable.
79
80
The properties included on each object include:
81
0 commit comments