MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / printError

Function printError

lib/command/utils.js:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92export const printError = err => {
93 output.print('')
94 output.error(err.message)
95 output.print('')
96 output.print(output.colors.grey(err.stack.replace(err.message, '')))
97}
98
99export const createOutputDir = (config, testRoot) => {
100 let outputDir

Callers 3

run.jsFile · 0.90
run-rerun.jsFile · 0.90
errorHandlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected