Uncomment accidentally commented line

This commit is contained in:
Johannes Zellner
2015-02-13 17:33:38 +01:00
parent 0e05f91475
commit e9b19878c0
+1 -1
View File
@@ -114,7 +114,7 @@ function checkUpdates() {
function initialize(callback) {
assert(typeof callback === 'function');
// config.setUpdating(false); // in case we crashed and restarted during an update
config.setUpdating(false); // in case we crashed and restarted during an update
gCheckUpdatesTimeoutId = setTimeout(checkUpdates, 10 * 1000);
callback(null);
}