Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
process: fix calculation in process.uptime()
In nodejs#26016 the result returned by process.uptime() was mistakenly set to be based in the wrong unit. This patch fixes the calculation and makes sure the returned value is in seconds. Refs: nodejs#26016
- Loading branch information