mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 922665 - Prevent AsyncShutdown from attempting to use the crash reporter if it is disabled. r=froydnj
This commit is contained in:
parent
c718637c44
commit
63018393b8
@ -375,7 +375,7 @@ Spinner.prototype = {
|
||||
" Conditions: " + frozen.join(", ") +
|
||||
" Phase: " + topic;
|
||||
err(msg);
|
||||
if (gCrashReporter) {
|
||||
if (gCrashReporter && gCrashReporter.enabled) {
|
||||
let data = {
|
||||
phase: topic,
|
||||
conditions: frozen
|
||||
|
Loading…
Reference in New Issue
Block a user