1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +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']) procutil.fork(__filename, ['migrate'])
.then(run) .done(run)
}) })
program.parse(process.argv) program.parse(process.argv)