2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Updating dependencies

This commit is contained in:
mzabriskie
2015-06-18 21:07:29 -06:00
parent f2105140ee
commit 8365cbb789
4 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ module.exports = function deprecatedMethod(method, instead, docs) {
if (docs) {
console.warn('For more information about usage see ' + docs);
}
} catch (e) {}
} catch (e) { /* Ignore */ }
};