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)