Merge branch 'master' of github.com:c9/newclient into fix/small

pull/223/head
Ruben Daniels 2015-11-11 23:07:43 +00:00
commit 701ddc93c1
2 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "c9",
"description": "New Cloud9 Client",
"version": "3.1.291",
"version": "3.1.316",
"author": "Ajax.org B.V. <info@ajax.org>",
"private": true,
"main": "bin/c9",

Wyświetl plik

@ -16,9 +16,6 @@ function plugin(options, imports, register) {
function error(err, customData, user) {
if (typeof err == "string")
err = new Error(err);
if (typeof err === "string") {
err = new Error(err);
}
raygun.errorClient.setUser(user);
raygun.errorClient.send(err, customData);
}