(...args)
| 438 | }, |
| 439 | |
| 440 | error(...args) { |
| 441 | if (onError.hasSubscribers) { |
| 442 | onError.publish(args); |
| 443 | } |
| 444 | this[kWriteToConsole](kUseStderr, this[kFormatForStderr](args)); |
| 445 | }, |
| 446 | |
| 447 | dir(object, options) { |
| 448 | this[kWriteToConsole](kUseStdout, inspect(object, { |