Gildas 7 年 前
コミット
e469e53683
1 ファイル変更1 行追加1 行削除
  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: {