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