Fix error layout
parent
48bac473fc
commit
26c100fbdb
|
@ -10,7 +10,6 @@ const errorreporter = () => {
|
||||||
for (const test of testFail) {
|
for (const test of testFail) {
|
||||||
log('\n' + chalk.redBright(test.name) + '\n')
|
log('\n' + chalk.redBright(test.name) + '\n')
|
||||||
prettyError(test.error)
|
prettyError(test.error)
|
||||||
log('\n')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue