Skip to content

Commit da6a541

Browse files
committed
chore: logs
1 parent cdcbd78 commit da6a541

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/src/dump.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const dump = async (dumpKey: string, _name?: string) => {
5858
await client.close()
5959
for (const db of dbs.databases.map(db => db.name).filter(db => !config.mongo.ignoreDBs.includes(db))) {
6060
debug(`work on db ${db}`)
61+
debug(`create tmp file ${config.tmpdir}`)
6162
const tmpFile = await tmp.file({ dir: config.tmpdir })
6263
debug(`created tmp file ${tmpFile.path}`)
6364
const tmpPath = tmpFile.path

0 commit comments

Comments
 (0)