mirror of https://github.com/gorhill/uBlock.git
code review
This commit is contained in:
parent
214487c159
commit
7b21d7270d
|
@ -1315,10 +1315,7 @@ exports.force = function() {
|
|||
return;
|
||||
}
|
||||
|
||||
if ( updateDaemonTimer !== null ) {
|
||||
clearTimeout(updateDaemonTimer);
|
||||
}
|
||||
|
||||
suspendUpdateDaemon();
|
||||
reset();
|
||||
|
||||
if ( typeof onStartListener === 'function' ) {
|
||||
|
|
Loading…
Reference in New Issue