tiro-notes 0.30.4-2.16 → 0.30.4-2.17
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 -0
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -119,6 +119,8 @@ function startTiroServer (argsObj, cb) {
|
|
|
119
119
|
|
|
120
120
|
const startBackupScript = async (argsObj, dataFolder) => {
|
|
121
121
|
console.log ("[BACKUP] init1");
|
|
122
|
+
console.log (argsObj);
|
|
123
|
+
console.log (dataFolder);
|
|
122
124
|
if (argsObj.backup.enabled) return;
|
|
123
125
|
console.log ("[BACKUP] init2");
|
|
124
126
|
if (!dataFolder) return console.warn ("[BACKUP] no dataFolder detected!");
|