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) => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(err)
|
||||
}).then(()=>{
|
||||
process.exit()
|
||||
})
|
||||
run(process.argv[2])
|
||||
.catch((err) => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(err)
|
||||
})
|
||||
.then(() => {
|
||||
process.exit()
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user