소스 검색

Don't try to access runtime after determining it is null. Pull request by mduggan.

master
paweldomas 11 년 전
부모
커밋
226028c064
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      desktopsharing.js

+ 1
- 0
desktopsharing.js 파일 보기

@@ -95,6 +95,7 @@ function checkExtInstalled(isInstalledCallback) {
95 95
     if (!chrome.runtime) {
96 96
         // No API, so no extension for sure
97 97
         isInstalledCallback(false);
98
+        return;
98 99
     }
99 100
     chrome.runtime.sendMessage(
100 101
         config.chromeExtensionId,

Loading…
취소
저장