There was an error while loading. Please reload this page.
1 parent c259261 commit b2f3caeCopy full SHA for b2f3cae
1 file changed
src/cli/run.js
@@ -120,7 +120,7 @@ module.exports = function (argv) {
120
var filename = 'db-' + Date.now() + '.json'
121
var file = path.join(argv.snapshots, filename)
122
app.db.saveSync(file)
123
- console.log(' Saved snapshot to ' + file + '\n')
+ console.log(' Saved snapshot to ' + path.relative(process.cwd(), file) + '\n')
124
}
125
})
126
0 commit comments