tiro-notes 0.30.4-2.15 → 0.30.4-2.16

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
@@ -234,9 +234,11 @@ function main () {
234
234
  // open in browser
235
235
  if (argsObj.open) openInBrowser(`${protocol}://localhost:${port}`);
236
236
 
237
+ console.log ("[BACKUP] init00");
237
238
  // start tunnel with autossh if asked
238
239
  startSshTunnel(argsObj);
239
240
 
241
+ console.log ("[BACKUP] init01");
240
242
  // start backup script
241
243
  startBackupScript(argsObj, dataFolder);
242
244
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiro-notes",
3
- "version": "0.30.42.15",
3
+ "version": "0.30.42.16",
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",