(strings, ...values)
| 42 | |
| 43 | // Log a warning message with blue formatting |
| 44 | warn (strings, ...values) { |
| 45 | log.warn('trust', this.warnString(strings, ...values)) |
| 46 | } |
| 47 | |
| 48 | // dialogue is non-log text that is different from our usual npm prefix logging |
| 49 | // it should always show to the user unless --json is specified |
no test coverage detected