steamutils 1.4.84 → 1.4.85

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1209,7 +1209,7 @@ export default class SteamUser {
1209
1209
  }
1210
1210
  _response = await axios.request(config);
1211
1211
  } catch (e) {
1212
- if (e.errno !== -3008) {
1212
+ if (e.errno !== -3008 && e.code !== "ECONNRESET") {
1213
1213
  console.error(e);
1214
1214
  }
1215
1215
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.4.84",
3
+ "version": "1.4.85",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",