mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Remove nonexistant variable
This commit is contained in:
@@ -94,7 +94,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