We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da6168 commit 47ee138Copy full SHA for 47ee138
2 files changed
api/scripts/dump.ts
@@ -49,7 +49,7 @@ async function main () {
49
} catch (fsErr) {
50
// nothing
51
}
52
- console.log('dump failed')
+ console.log('dump failed', err)
53
throw err
54
55
api/scripts/restore.ts
@@ -21,7 +21,7 @@ async function main () {
21
title: `ATTENTION ! Restauration de "${process.argv[2]}/${process.argv[3]}" a échoué`,
22
body: `Démarrée le ${start.format('LL')} à ${start.format('LT')}.`
23
})
24
- console.log('restore failed')
+ console.log('restore failed', err)
25
26
27
0 commit comments