Closed danmactough closed 10 years ago
As an aside, there doesn't appear to be any point in having separate properties for this.started
(and the corresponding uptime
getter) and this.lastRespawn
. If the process has respawned, this.lastRespawn
is going to be the same as this.uptime
(just stated differently -- [duration] ago
, versus [duration]
).
thanks, i wondered why this stopped working. crazy it's been a year already since i did this project.
Return milliseconds instead of a Date object. The Date object gets stringified into something not very useful to amino-deploy. Resolves #3.