Skip to content

Commit

Permalink
more logs for travis backup error
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bittmann committed Feb 11, 2022
1 parent c113bcc commit 40c7b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/002_Backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe("Backup (class)", () => {
let backup
before(async () => {
await db.backup.create("storage/backup/");
console.log(await fs.readdir(`./storage/`));
backup = await new Database("backup");
})
after(async () => {
Expand Down

0 comments on commit 40c7b7b

Please sign in to comment.