Skip to content

Commit 14579e9

Browse files
committed
tweaked status page
1 parent a1c2888 commit 14579e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function getStatus()
3232
retVal["__filename"] = __filename;
3333
retVal["os.hostname"] = os.hostname();
3434
retVal["os.type"] = os.type();
35+
retVal["timestamp"] = new Date().getTime();
3536
//retVal["os.platform"] = os.platform();
3637
/*retVal["os.arch"] = os.arch();
3738
retVal["os.release"] = os.release();

0 commit comments

Comments
 (0)