Skip to content
Snippets Groups Projects
Commit 25f31f49 authored by Francois Romain's avatar Francois Romain
Browse files

refactor(migrations): format de function

parent 3893138b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ const run = new Promise((resolve, reject) => {
resolve()
})
function exit(text) {
const exit = (text) => {
if (text instanceof Error) {
console.error(chalk.red(text.stack))
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment