mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1046910 - TypeError: this._experiments is null at Experiments.Experiments.prototype._getState. r=ttaubert
This commit is contained in:
parent
1444a90117
commit
b63dd7beb8
@ -505,7 +505,7 @@ Experiments.Experiments.prototype = {
|
||||
hasTimer: !!this._hasTimer,
|
||||
hasAddonProvider: !!gAddonProvider,
|
||||
latestLogs: this._forensicsLogs,
|
||||
experiments: this._experiments.keys(),
|
||||
experiments: this._experiments ? this._experiments.keys() : null,
|
||||
terminateReason: this._terminateReason,
|
||||
};
|
||||
if (this._latestError) {
|
||||
|
Loading…
Reference in New Issue
Block a user