Cleanup - Bug Fixes
This commit is contained in:
@@ -82,7 +82,9 @@ function enqueueDnsPass(operation) {
|
||||
});
|
||||
chain = run.then(
|
||||
() => {},
|
||||
() => {}
|
||||
(err) => {
|
||||
logDebug('DNSPassQueue', `Serialized operation failed: ${err.message}`);
|
||||
}
|
||||
);
|
||||
return run;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user