mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove nonexistant variable
This commit is contained in:
@@ -39031,7 +39031,7 @@ TextSecureServer = function () {
|
||||
if (code > 999 || code < 100) {
|
||||
code = -1;
|
||||
}
|
||||
var e = new Error(message);
|
||||
var e = new Error();
|
||||
e.name = 'HTTPError';
|
||||
e.code = code;
|
||||
e.stack = stack;
|
||||
|
||||
Reference in New Issue
Block a user