(message)
| 954 | |
| 955 | // Wrapper around Console.warn that prints a large "WARNING" label in front. |
| 956 | labelWarn(message) { |
| 957 | return this.warn(message, this.options({ bulletPoint: "WARNING: " })); |
| 958 | } |
| 959 | |
| 960 | // Wrappers around Console functions to prints an "=> " in front. Optional |
| 961 | // indent to indent the arrow. |
no test coverage detected