Files
node/lib
cjihrig a15cd9d418 console: minor timeLogImpl() refactor
This commit does two things:

- Reverses the boolean value returned by timeLogImpl(). The new
  values make more sense semantically (IMO anyway), and save a
  a single NOT operation.
- Explicitly check for undefined when calling _times.get()
  instead of coercing the value.

PR-URL: https://github.com/nodejs/node/pull/29100
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2019-08-15 16:29:36 +08:00
..
2019-06-25 14:46:10 -07:00
2019-07-15 00:04:50 +02:00
2019-08-14 15:59:32 -07:00
2019-08-07 13:27:55 -07:00
2018-11-20 10:42:31 -08:00
2018-07-16 15:55:15 -07:00
2019-07-17 20:59:12 -07:00
2019-04-29 20:46:53 +08:00