1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

Throw if DB migration fails.

This commit is contained in:
Simo Kinnunen 2014-04-14 14:20:09 +09:00
parent 609e33837b
commit 0dda2d9f6f

View file

@ -640,7 +640,7 @@ program
}
procutil.fork(__filename, ['migrate'])
.then(run)
.done(run)
})
program.parse(process.argv)