mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-12 08:07:11 +01:00
models/conversation: Refer to proper error variable (#1569)
This commit is contained in:
@@ -870,7 +870,7 @@
|
||||
'decryptProfile error:',
|
||||
id,
|
||||
profile,
|
||||
error && error.stack ? error.stack : error
|
||||
e && e.stack ? e.stack : e
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user