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.
- package/cli.js +1 -1
- 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-
|
|
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
|
|