[Pkg-mozext-commits] [itsalltext] 446/459: Ignore NS_ERROR_FILE_TARGET_DOES_NOT_EXIST.

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit ce7e9f86a673717c5a36905f8d2cf76cb506e950
Author: Akinori MUSHA <knu at idaemons.org>
Date:   Mon Jan 19 13:53:09 2015 +0900

    Ignore NS_ERROR_FILE_TARGET_DOES_NOT_EXIST.
---
 src/chrome/content/cacheobj.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/chrome/content/cacheobj.js b/src/chrome/content/cacheobj.js
index 127ee1a..e08ce4b 100644
--- a/src/chrome/content/cacheobj.js
+++ b/src/chrome/content/cacheobj.js
@@ -103,8 +103,11 @@ function CacheObj(node) {
                     continue;
                 }
                 break;
+              case 'NS_ERROR_FILE_TARGET_DOES_NOT_EXIST':
+                break;
+              default:
+                throw e;
             }
-            throw e;
         }
         break;
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list