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.
Files changed (2) hide show
  1. package/cli.js +2 -0
  2. 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!");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiro-notes",
3
- "version": "0.30.42.16",
3
+ "version": "0.30.42.17",
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",