mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge branch 'master' of github.com:c9/newclient into feature/scm
This commit is contained in:
commit
4e5f32395e
2
.gitignore
vendored
2
.gitignore
vendored
@ -69,7 +69,7 @@ plugins/c9.account.*/node_modules/
|
||||
test/selenium/notify/
|
||||
test/selenium/results/
|
||||
testresults
|
||||
cfresult
|
||||
*cfresult*
|
||||
|
||||
.c9revisions
|
||||
.settings
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "c9",
|
||||
"description": "New Cloud9 Client",
|
||||
"version": "3.1.455",
|
||||
"version": "3.1.470",
|
||||
"author": "Ajax.org B.V. <info@ajax.org>",
|
||||
"private": true,
|
||||
"main": "bin/c9",
|
||||
|
||||
@ -88,7 +88,7 @@ define(function(require, module, exports) {
|
||||
xhr.abort();
|
||||
var err = new Error("Timeout");
|
||||
err.code = "ETIMEOUT";
|
||||
err.data = {url: url, query: options.query};
|
||||
err.data = {url: url, query: options.query, timeout: timeout};
|
||||
done(err);
|
||||
}, timeout);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user