Fix error layout

master
Frédéric Matte 2022-12-06 20:18:58 -05:00
parent 48bac473fc
commit 26c100fbdb
1 changed files with 0 additions and 1 deletions

View File

@ -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')
} }
} }
} }