Cleanup - Bug Fixes

This commit is contained in:
Raven Scott
2026-05-30 22:27:42 -04:00
parent 229271fbcf
commit 4b9eb916e9
61 changed files with 733 additions and 6944 deletions
+3 -1
View File
@@ -82,7 +82,9 @@ function enqueueDnsPass(operation) {
});
chain = run.then(
() => {},
() => {}
(err) => {
logDebug('DNSPassQueue', `Serialized operation failed: ${err.message}`);
}
);
return run;
}