Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ping): make "npm ping" echo a right time
There is no need to make the time divided by 1000 because of the time unit 'ms'. Currently a typical command and response: PS C:\projects> npm ping npm notice PING http://registry.npmjs.org/ npm notice PONG 0.752ms
- Loading branch information