tiro-notes 0.40.66 → 0.40.67

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 +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -184,7 +184,7 @@ const startBackupScript = async (argsObj, dataFolder) => {
184
184
 
185
185
  console.log (debugObj);
186
186
  } else {
187
- console.log(`[BACKUP] time has no come... still waiting for ${diffMin} mins AND waiting for being between 1am-2am [${JSON.parse(argsObj.backup)}]`);
187
+ console.log(`[BACKUP] time has no come... still waiting for ${diffMin} mins AND waiting for being between 1am-5am`);
188
188
  }
189
189
  }
190
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiro-notes",
3
- "version": "0.40.66",
3
+ "version": "0.40.67",
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",