mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
lint fixes
This commit is contained in:
parent
60a7b2749b
commit
349d4316d8
@ -40,9 +40,11 @@ const run = async (command: string) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
run(process.argv[2]).catch((err) => {
|
run(process.argv[2])
|
||||||
// eslint-disable-next-line no-console
|
.catch((err) => {
|
||||||
console.log(err)
|
// eslint-disable-next-line no-console
|
||||||
}).then(()=>{
|
console.log(err)
|
||||||
process.exit()
|
})
|
||||||
})
|
.then(() => {
|
||||||
|
process.exit()
|
||||||
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user