add

HOR-1473
This commit is contained in:
Paula V. Quispe
2016-07-18 12:26:39 -04:00
parent 057bdbe356
commit 0dc6c96f6c
11 changed files with 65 additions and 143 deletions

View File

@@ -614,7 +614,7 @@
send({type: "getFile", err: String(err), text: text, id: data.id});
});
} else if (data.type == "debug") {
console.log(data.message);
//console.log(data.message);
} else if (data.id && pending[data.id]) {
pending[data.id](data.err, data.body);
delete pending[data.id];