Skip to content

Commit

Permalink
Use diff (#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jun 28, 2024
1 parent 9532bda commit 91dab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/utils/AutoBackup.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class AutoBackup {
console.log('Running backup');

await this.activateCliMode();
await this.sendCommand("dump all");
await this.sendCommand("diff");

setTimeout(async () => {
this.sendCommand("exit", this.onClose);
Expand Down

0 comments on commit 91dab87

Please sign in to comment.