Skip to content

Commit

Permalink
Code QA
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Dec 7, 2023
1 parent e556bf4 commit 3a4f353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ send('Dumping Application Directory file information');
try {
setTimeout(() => {
send(JSON.stringify({'[MBSFDUMP] datadir': getDataProtectionKeysForAllPaths()}));
}, '2000');
}, 2000);
} catch(err) {}

// /********************************************************************************
Expand Down

0 comments on commit 3a4f353

Please sign in to comment.