()
| 180 | } |
| 181 | |
| 182 | function getDate() { |
| 183 | if (exports.inspectOpts.hideDate) { |
| 184 | return ''; |
| 185 | } |
| 186 | return new Date().toISOString() + ' '; |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * Invokes `util.formatWithOptions()` with the specified arguments and writes to stderr. |
no outgoing calls
no test coverage detected
searching dependent graphs…