@vielhuber/wahelper 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/wahelper.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vielhuber/wahelper",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Lightweight whatsapp integration layer.",
5
5
  "main": "wahelper.js",
6
6
  "files": [
package/wahelper.js CHANGED
@@ -208,7 +208,7 @@ export default class wahelper {
208
208
  resolve(await this.authAndRun(fn));
209
209
  return;
210
210
  } else {
211
- this.log('⚠️close: 3 (status code: ' + statusCode);
211
+ this.log('⚠️close: 3 (status code: ' + statusCode + ')');
212
212
  resolve();
213
213
  return;
214
214
  }