* Returns the formatted logging prefix for the ongoing PR check job * @return {string}
()
| 37 | * @return {string} |
| 38 | */ |
| 39 | function getLoggingPrefix() { |
| 40 | return bold(yellow(loggingPrefix)); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Logs messages only during local development |
no test coverage detected