Skip to content

Commit

Permalink
#253 file storage refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed May 24, 2016
1 parent 6db2c08 commit d35974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/lib/filter/update-service.js
Expand Up @@ -307,7 +307,7 @@ exports.ApplicationUpdateService = {
FileStorage.readFromFile(filePath, function (e, rules) {
if (e) {
Log.error("Error while reading rules from file {0} cause: {1}", filePath, e);
continue;
return;
}

var onTransferCompleted = function () {
Expand Down

0 comments on commit d35974d

Please sign in to comment.