Skip to content

Commit b2f3cae

Browse files
committed
Enhance output
1 parent c259261 commit b2f3cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module.exports = function (argv) {
120120
var filename = 'db-' + Date.now() + '.json'
121121
var file = path.join(argv.snapshots, filename)
122122
app.db.saveSync(file)
123-
console.log(' Saved snapshot to ' + file + '\n')
123+
console.log(' Saved snapshot to ' + path.relative(process.cwd(), file) + '\n')
124124
}
125125
})
126126

0 commit comments

Comments
 (0)