Gildas 7 anni fa
parent
commit
e469e53683
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

@@ -89,7 +89,7 @@
 					addListener: listener => chrome.runtime.onInstalled.addListener(listener)
 				},
 				get lastError() {
-					return chrome.runtime.last;
+					return chrome.runtime.lastError;
 				}
 			},
 			storage: {