Browse Source

Fixes 'arg' undefined in ScreenObtainer

dev1
paweldomas 9 years ago
parent
commit
2db4f555e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/RTC/ScreenObtainer.js

+ 1
- 1
modules/RTC/ScreenObtainer.js View File

@@ -215,7 +215,7 @@ var ScreenObtainer = {
215 215
                 );
216 216
             } catch(e) {
217 217
                 logger.log("Failed to install the extension from:"
218
-                    + self.getWebStoreInstallUrl(this.options), arg);
218
+                    + self.getWebStoreInstallUrl(this.options), e);
219 219
                 failCallback({
220 220
                     type: "jitsiError",
221 221
                     errorObject:

Loading…
Cancel
Save