We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27693b7 commit 48b3ba8Copy full SHA for 48b3ba8
server.js
@@ -41,6 +41,7 @@ function getStatus()
41
retVal["os.freemem"] = os.freemem();
42
retVal["os.cpus.length"] = os.cpus().length;
43
retVal["os.networkInterfaces"] = os.networkInterfaces();*/
44
+ /*
45
retVal["process.arch"] = process.arch;
46
retVal["process.cwd"] = process.cwd();
47
retVal["process.execPath"] = process.execPath;
@@ -50,7 +51,7 @@ function getStatus()
50
51
retVal["process.version"] = process.versions;
52
retVal["process.versions"] = process.versions;
53
retVal["process.installPrefix"] = process.installPrefix;
-
54
+ */
55
return retVal;
56
}
57
0 commit comments