* Invokes `util.formatWithOptions()` with the specified arguments and writes to stderr.
(...args)
| 191 | */ |
| 192 | |
| 193 | function log(...args) { |
| 194 | return process.stderr.write(util.formatWithOptions(exports.inspectOpts, ...args) + '\n'); |
| 195 | } |
| 196 | |
| 197 | /** |
| 198 | * Save `namespaces`. |
no outgoing calls
no test coverage detected