Skip to content

Commit 48b3ba8

Browse files
committed
status.json stuff commented out since it hangs at cloudno.de
1 parent 27693b7 commit 48b3ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function getStatus()
4141
retVal["os.freemem"] = os.freemem();
4242
retVal["os.cpus.length"] = os.cpus().length;
4343
retVal["os.networkInterfaces"] = os.networkInterfaces();*/
44+
/*
4445
retVal["process.arch"] = process.arch;
4546
retVal["process.cwd"] = process.cwd();
4647
retVal["process.execPath"] = process.execPath;
@@ -50,7 +51,7 @@ function getStatus()
5051
retVal["process.version"] = process.versions;
5152
retVal["process.versions"] = process.versions;
5253
retVal["process.installPrefix"] = process.installPrefix;
53-
54+
*/
5455
return retVal;
5556
}
5657

0 commit comments

Comments
 (0)