Enhance output

This commit is contained in:
Typicode
2015-10-14 08:32:26 +02:00
parent c259261153
commit b2f3cae76d

View File

@ -120,7 +120,7 @@ module.exports = function (argv) {
var filename = 'db-' + Date.now() + '.json'
var file = path.join(argv.snapshots, filename)
app.db.saveSync(file)
console.log(' Saved snapshot to ' + file + '\n')
console.log(' Saved snapshot to ' + path.relative(process.cwd(), file) + '\n')
}
})