adapted logo
This commit is contained in:
parent
47f51240b6
commit
afac4b1721
@ -1,6 +1,6 @@
|
|||||||
# systeminformation
|
# systeminformation
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Simple system and OS information library for [node.js][nodejs-url]
|
Simple system and OS information library for [node.js][nodejs-url]
|
||||||
|
|
||||||
|
|||||||
@ -262,7 +262,7 @@ function blockDevices(callback) {
|
|||||||
resolve(data);
|
resolve(data);
|
||||||
}
|
}
|
||||||
if (_windows) {
|
if (_windows) {
|
||||||
let drivetypes = ['Unknown', 'NoRoot', 'Removable', 'HDD', 'Network', 'CD/DVD', 'RAM'];
|
let drivetypes = ['Unknown', 'NoRoot', 'Removable', 'Local', 'Network', 'CD/DVD', 'RAM'];
|
||||||
try {
|
try {
|
||||||
exec(util.getWmic() + ' logicaldisk get Caption,Description,DeviceID,DriveType,FileSystem,FreeSpace,Name,Size,VolumeName,VolumeSerialNumber /value', opts, function (error, stdout) {
|
exec(util.getWmic() + ' logicaldisk get Caption,Description,DeviceID,DriveType,FileSystem,FreeSpace,Name,Size,VolumeName,VolumeSerialNumber /value', opts, function (error, stdout) {
|
||||||
if (!error) {
|
if (!error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user