Sfoglia il codice sorgente

removed unused parameter

Gildas 7 anni fa
parent
commit
9bbd5379e2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/browser-polyfill/custom-browser-polyfill.js

+ 1 - 1
lib/browser-polyfill/custom-browser-polyfill.js

@@ -149,7 +149,7 @@
 										// ignored
 									}
 								})
-								.catch(error => {
+								.catch(() => {
 									// ignored
 								});
 							return true;