tiro-notes 0.40.75 → 0.40.76

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/cli.js +2 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -189,7 +189,8 @@ const startBackupScript = async (argsObj, dataFolder) => {
189
189
 
190
190
  console.log (debugObj);
191
191
  } else {
192
- console.log(`[BACKUP] time has no come... still waiting for ${diffMin} mins < 0 AND being between 1am-5am ${{isBetween1am5am}}`);
192
+ const logTime = new Date().toLocaleString()
193
+ console.log(`[BACKUP] ${logTime} => not yet. Waiting for ${diffMin} mins < 0 AND between 1am-5am ${JSON.stringify({isBetween1am5am, currHour: new Date().getHours()})}}`);
193
194
  }
194
195
  }
195
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiro-notes",
3
- "version": "0.40.75",
3
+ "version": "0.40.76",
4
4
  "description": "Tiro Notes CLI to start Tiro Notes from the command line!",
5
5
  "scripts": {
6
6
  "dev": "ISDEV=true node cli.js",