This is an automated email from the ASF dual-hosted git repository.

amaranhao pushed a commit to branch upgrade-to-eslint-v4
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

commit 922caa171d94f1933a3b36074cc975c6042df47f
Author: Antonio Maranhao <[email protected]>
AuthorDate: Wed Jan 3 13:25:15 2018 -0500

    Reverting because syntax is not valid in Node
---
 app/addons/replication/components/common-table.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/addons/replication/components/common-table.js 
b/app/addons/replication/components/common-table.js
index 76a5029..1365817 100644
--- a/app/addons/replication/components/common-table.js
+++ b/app/addons/replication/components/common-table.js
@@ -23,7 +23,7 @@ export const formatUrl = (url) => {
   try {
     urlObj = new URL(removeCredentialsFromUrl(url));
     encoded = encodeURIComponent(urlObj.pathname.slice(1));
-  } catch {
+  } catch (e) {
     return '';
   }
 

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to