dankgrinder 8.1171.0 → 8.1818.0

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/lib/rawLogger.js +0 -1
  2. package/package.json +1 -1
package/lib/rawLogger.js CHANGED
@@ -460,7 +460,6 @@ async function store(d, event) {
460
460
 
461
461
  pipe.exec().catch(() => {}); // fire and forget
462
462
  } catch {}
463
- }
464
463
 
465
464
  return parsed;
466
465
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dankgrinder",
3
- "version": "8.1171.0",
3
+ "version": "8.1818.0",
4
4
  "description": "Dank Memer automation engine — grind coins while you sleep",
5
5
  "bin": {
6
6
  "dankgrinder": "bin/dankgrinder.js"