code review

This commit is contained in:
gorhill 2015-03-11 00:31:11 -04:00
parent 214487c159
commit 7b21d7270d
1 changed files with 1 additions and 4 deletions

View File

@ -1315,10 +1315,7 @@ exports.force = function() {
return;
}
if ( updateDaemonTimer !== null ) {
clearTimeout(updateDaemonTimer);
}
suspendUpdateDaemon();
reset();
if ( typeof onStartListener === 'function' ) {